Releases: alexandrainst/php-xlsx-fast-editor
Releases · alexandrainst/php-xlsx-fast-editor
2.4.1
Fix requirements, as the library actually needs PHP 8.0+.
2.4.0
- Update code to pass PHPStan 2 at Level 10 with additional strict rules
- Update dev dependencies
2.3.0
- New method
XlsxFastEditor::getFullCalcOnLoad()
- Improve documentation tip about speed
- Update dev dependencies and settings
2.2.0
- Fix
XlsxFastEditor::getWorksheetNumber()
which was not returning the proper number in case of workbooks in which sheets have been reordered or removed
- Use PHP
declare(strict_types=1);
- Updated dev dependencies
2.1.0
- New method
XlsxFastEditor::getHighestColumnName()
2.0.0
Change license to more permissive GNU LGPL.
1.8.0
- Support formatted shared strings: Make the
->readString()
function more robust and also work with strings containing multiple segments using a different formatting
1.7.2
Fix getPrevious*()
and getNext*()
functions
1.7.1
- Better PHPDocs for return
1.7.0
XlsxFastEditorRow::getCell*()
functions also accept a column name such as 'D'
in addition of accepting the full cell name such as 'D4'
XlsxFastEditorRow::getCell*()
functions are now case-insensitive for the cell name such as 'd4'
or 'D4'