Releases: Apkawa/xlsx2html
Releases · Apkawa/xlsx2html
v0.6.2
What's Changed
- Fix underline issue by @felschatz in #48
- Added support Python 3.13
- Cleanup warnings #50 #51
New Contributors
- @felschatz made their first contribution in #48
- @bruunotrindade made contribution in #51 (manually backporting changes)
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix: #43 UnicodeEncodeError for non unicode system locale
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Possibles backward incopatibly changes
- feat: #45 xlsx2html(sheet=-1) for all sheets
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: #41 xlsx2html(sheet=[0, 2]) argument
sheet
can take a list of sheet index or names - Add vertical cell alignment - Issue #39 by @ivanpajares-sploro in #40
- Multiple sheet render by @zinged5 in #41
- fix: #30 fix merge and add test
- fix Cell object is not iterable #30 by @lohithn4 in #44
New Contributors
- @lohithn4 made their first contribution in #44
- @ivanpajares-sploro made their first contribution in #40
- @zinged5 made their first contribution in #41
Full Changelog: v0.4.4...v0.5.0
v0.4.2
What's Changed
- fix problem with zeros in cells. by @klaudiusz223 in #37
- Added support python 3.11
- Experimental support python 3.12
- Drop support python 3.6
- CI: add publish task with generate release notes
New Contributors
- @klaudiusz223 made their first contribution in #37
Full Changelog: v0.4.1...v0.4.2