Revision history for Excel-ValueReader-XLSX
1.16 07.04.2025
-
new methods ivalues() and itable(), iterators for getting rows one at a time
-
tables with a 'totals' row can be retrieved without or with that final row
1.15 11.01.2025
-
fix bug in table() with 'ref' param (Ephraim Stevens++)
1.14 16.05.2023
-
better error message for invalid table name
1.13 06.11.2023
-
minor fixes: typos, source improvements, avoid dependencies on unsafe modules (Merijn Brand++)
1.12 06.11.2023
-
fix bug in test suite (useless attempt to open a file in RW mode)
1.11 05.11.2023
-
new() can take a filehandle instead of a filename
-
additional method ->active_sheet
-
minimal perl version is now 5.12 because of a dependency chain Moose/Sub::Exporter/Data::OptList
1.10 12.02.2023
-
support cells without an 'r' attribute (David Flink++)
1.09 22.01.2023
-
fix bug on parsing empty string nodes with LibXML (ulibuck++)
1.08 11.02.2022
-
added support to parse Excel tables
1.07 31.12.2021
-
oops, forgot a file in MANIFEST
1.06 30.12.2021
1.05 17.12.2021
-
suppress warnings when a style is applied to a non-numeric cell
1.04 25.08.2021
-
hack to avoid floating-point imprecisions in computing time values
1.03 19.08.2021
-
fix failures from cpantesters
1.02 18.08.2021
-
added support for decoding dates
1.01 01.08.2021
-
bug fix : properly handle strings with embedded newlines characters (David Flink++)
1.0 31.05.2020
-
initial release