Changelog for
xlsx2csv-0.8.3-lp155.6.1.noarch.rpm :
* Mon Aug 19 2024 Manfred Schwarb
- use setuptools in setup.py
* Tue Jul 30 2024 Manfred Schwarb - update to version 0.8.3:
* fix bug when missing workbook relationship
* Update pyproject.toml with python support
* Fix potential SyntaxError when >= Python 3.12 (regex)
* Add Python 3.12 as supported python version in README and pyproject.toml
* Wed Dec 27 2023 Manfred Schwarb - update to version 0.8.2:
* add \"-\" notation for reading from stdin
* refactor float formatting in data processing
* Added file separator ASCII(28) as optional delimiter
* added formatted inline strings support
* #228 issue fix
* Tue Mar 14 2023 Manfred Schwarb - update to version 0.8.1:
* include hidden rows options
* Tue Jul 26 2022 Manfred Schwarb - provide external setup.py, as building with pyproject.toml did not work out- update to version 0.8.0:
* improve error printing
* MIT license
* fix unicode issues
* skip hidden rows
* Thu Jan 06 2022 Manfred Schwarb - fix version number- update to version 0.7.9 (checked out as master):
* add support for sheetname argument to convert function- update to version 0.7.8:
* bug fixes- update to version 0.7.7:
* fix version numbering
* Tue Apr 28 2020 Manfred Schwarb - update to master, to fix version numbering- update to version 0.7.6 (broken release, inconsistent version numbering):
* reverting id field for sheet indexing- update to version 0.7.5:
* Passing \"sheets_order\" test case. Added support for workbook relations.
* add floadformat to README
* Updated the date formats to current ms excel
* read and use [Content_Types].xml
* Fix for missing cell ids (\"r\" attribute in )
* Refactoring, etc.
* Tue Apr 28 2020 Manfred Schwarb - change to use python3 only.
* Tue Jan 30 2018 manfred99AATTgmx.ch- update to version 0.7.3:
* Support for \"xl/worksheets/worksheet.xml\"
* Date format \"float\" leaves value as simple numeric.
* bug fixes by Eudes du Rivau
* Tue Aug 09 2016 manfred99AATTgmx.ch- rpm packaging for OBS