The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Excel-ValueReader-XLSX

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
  - fix 2 bugs signaled by https://github.com/ulibuck  

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