Skip to content

Releases: aVadim483/fast-excel-reader

v2.22.1

21 Dec 18:20
Compare
Choose a tag to compare
https://github.com/aVadim483/fast-excel-reader/issues/35

v2.22.0

30 Nov 17:23
Compare
Choose a tag to compare

New functions (thanks @HergenD):

  • Row height getRowHeight(int $row): float
  • Column width getColumnWidth(int $col): float
  • Freeze pane info getFreezePaneInfo(): array (and alias getFreezePaneConfig())
  • Tab color info getTabColorInfo(): array (and alias getTabColorConfiguration()) This is used to determinte the background colors of sheet tabs

v2.21.1

01 Nov 16:09
Compare
Choose a tag to compare
fix: when extracting rich value images the file was not closed

v2.21.0

27 Oct 21:11
Compare
Choose a tag to compare
https://github.com/aVadim483/fast-excel-reader/issues/30;

https://github.com/aVadim483/fast-excel-reader/issues/29;

v2.20.0

12 Oct 19:20
Compare
Choose a tag to compare
fix error: Images inserted to cells in Excel 365 are not detected

v2.19.0

22 Sep 19:37
Compare
Choose a tag to compare

PHP extension 'intl' is desirable but not required and this may affect the default date formatting.

v2.18.2

15 Sep 13:59
Compare
Choose a tag to compare
minor fix

v2.18.1

28 Aug 20:40
Compare
Choose a tag to compare
fix: https://github.com/aVadim483/fast-excel-reader/issues/24

v2.18.0

11 Aug 19:51
Compare
Choose a tag to compare
new: isHidden(); isVisible();

v2.17.1

29 Jun 09:04
Compare
Choose a tag to compare
fix: if the cell is in text format, then the value should not be conv…