Releases: aVadim483/fast-excel-reader
Releases · aVadim483/fast-excel-reader
v2.22.1
https://github.com/aVadim483/fast-excel-reader/issues/35
v2.22.0
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
fix: when extracting rich value images the file was not closed
v2.21.0
https://github.com/aVadim483/fast-excel-reader/issues/30;
https://github.com/aVadim483/fast-excel-reader/issues/29;
v2.20.0
fix error: Images inserted to cells in Excel 365 are not detected
v2.19.0
PHP extension 'intl' is desirable but not required and this may affect the default date formatting.
v2.18.1
fix: https://github.com/aVadim483/fast-excel-reader/issues/24
v2.18.0
new: isHidden(); isVisible();
v2.17.1
fix: if the cell is in text format, then the value should not be conv…