Releases: PHPOffice/PhpSpreadsheet
Releases · PHPOffice/PhpSpreadsheet
3.9.0
Added
- Methods to get style for row or column. PR #4317
- Method for duplicating worksheet in spreadsheet. PR #4315
Fixed
- Security patch for control characters in protocol.
- Ods Reader Sheet Names with Period. Issue #4311 PR #4313
- Mpdf and Tcpdf Hidden Columns and Merged Cells. Issue #4319 PR #4320
- Html Writer Allow mailto. Issue #4316 PR #4322
- Use composer/pcre rather than preg_* in Writer. PR #4323
2.3.7
2.1.8
1.29.9
3.8.0
Added
- CHOOSECOLS, CHOOSEROWS, DROP, TAKE, and EXPAND. PR #4286
Fixed
- Security patch for Html navigation.
- Xlsx Reader Shared Formula with Boolean Result. Partial solution for Issue #4280 PR #4281
- Retitling cloned Worksheets. Issue #641 PR #4302
- Extremely limited support for GROUPBY function. Partial response to Issue #4282 PR #4283
2.3.6
2.1.7
1.29.8
3.7.0
Deprecated
- Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
Fixed
- Security patches for Samples.
- Security patches for Html Writer.
- Avoid unexpected charset in currency symbol. PR #4279
- Add forceFullCalc option to Xlsx Writer. Issue #4269 PR #4271
- More context options may be needed for http(s) image. Php issue 17121 PR #4276
- Coverage-related tweaks to Xls Reader. PR #4277
- Several fixed to ODS Writer. Issue #4261 PR #4263 PR #4264 PR #4266