Skip to content

Releases: alexandrainst/php-xlsx-fast-editor

2.1.0

01 Nov 16:14
4cc95de
Compare
Choose a tag to compare
  • New method XlsxFastEditor::getHighestColumnName()

2.0.0

30 Sep 13:23
b0846f1
Compare
Choose a tag to compare

Change license to more permissive GNU LGPL.

1.8.0

30 Sep 12:29
cc54b29
Compare
Choose a tag to compare
  • 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

19 Sep 09:19
5dd9b65
Compare
Choose a tag to compare

Fix getPrevious*() and getNext*() functions

1.7.1

18 Sep 19:33
46a5308
Compare
Choose a tag to compare
  • Better PHPDocs for return

1.7.0

18 Sep 09:14
f8229b0
Compare
Choose a tag to compare
  • 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
db33c80
Compare
Choose a tag to compare
  • 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
2b3e82d
Compare
Choose a tag to compare

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
0a56442
Compare
Choose a tag to compare
  • 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
6467a16
Compare
Choose a tag to compare

Fix XlsxFastEditor::writeString() not saving changes.