Releases: alexandrainst/php-xlsx-fast-editor
Releases · alexandrainst/php-xlsx-fast-editor
1.7.0
18 Sep 09:14
Compare
Sorry, something went wrong.
No results found
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'
1.6.0
16 Sep 12:18
Compare
Sorry, something went wrong.
No results found
Better PHPDoc of exceptions, and improved a few exceptions;
New methods to help working with checked exceptions:
XlsxFastEditor::getCellAutocreate()
XlsxFastEditor::getCellOrNull()
XlsxFastEditorRow::getCellAutocreate()
XlsxFastEditorRow::getCellOrNull()
1.5.0
29 Aug 13:15
Compare
Sorry, something went wrong.
No results found
Add methods to read dates and read a worksheet as array, such as:
XlsxFastEditor::readArray()
XlsxFastEditor::readArrayWithHeaders()
XlsxFastEditor::cellOrderCompare()
XlsxFastEditorCell::column()
XlsxFastEditorCell::readDateTime()
1.4.0
24 Aug 14:46
Compare
Sorry, something went wrong.
No results found
Add methods for navigation between rows and cells
Add iterators for rows and cells
Add method to delete a row
Add read/write methods at cell level
Add methods to read/write existing hyperlinks
Refactoring
1.3.0
21 Aug 08:53
Compare
Sorry, something went wrong.
No results found
Fix XlsxFastEditor::writeString() not saving changes.
1.2.0
20 Aug 14:08
Compare
Sorry, something went wrong.
No results found
Add support for reading and writing formulas.
1.1.0
19 Aug 21:18
Compare
Sorry, something went wrong.
No results found
1.0.0
19 Aug 20:55
Compare
Sorry, something went wrong.
No results found