Releases: dilshod/xlsx2csv
Releases · dilshod/xlsx2csv
0.8.3
What's Changed
- Fix bug when missing workbook relationship by @tmiller in #277
- Update pyproject.toml with python support by @boxydog in #278
- Fix potential
SyntaxError
when >= Python 3.12 (regex) by @alexander-beedie in #281 - Add Python 3.12 as supported python version in README and pyproject.toml by @arnabanimesh in #283
New Contributors
- @tmiller made their first contribution in #277
- @boxydog made their first contribution in #278
- @arnabanimesh made their first contribution in #283
Full Changelog: 0.8.2...0.8.3
0.8.2
What's Changed
- Replace deprecated BadZipfile with BadZipFile by @hugovk in #252
- hyperlinks crash string bytes by @NoSuck in #248
- input: add "-" notation for reading from stdin by @ferdinandyb in #264
- Add formatted inline strings support in #260
- Handle missing input file explicitly by @brandonrobertz in #226
- Add FS delimiter by @Sinirlan in #267
- stdin: fix false no file test and add tests for stdin by @ferdinandyb in #271
New Contributors
- @hugovk made their first contribution in #252
- @NoSuck made their first contribution in #248
- @ferdinandyb made their first contribution in #264
- @brandonrobertz made their first contribution in #226
- @Sinirlan made their first contribution in #267
Full Changelog: 0.8.1...0.8.2