Skip to content

Releases: Apkawa/xlsx2html

v0.6.2

09 Jan 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Jan 12:24
Compare
Choose a tag to compare

What's Changed

  • fix: #43 UnicodeEncodeError for non unicode system locale

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Jan 12:26
Compare
Choose a tag to compare

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

09 Jan 12:30
Compare
Choose a tag to compare

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

Full Changelog: v0.4.4...v0.5.0

v0.4.2

09 Jan 12:33
Compare
Choose a tag to compare

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

Full Changelog: v0.4.1...v0.4.2

v0.2.1

01 Sep 11:31
Compare
Choose a tag to compare
  • Handle hyperlinks #5
  • Added render header and lineno hook
  • Added an option to show default cell borders when no other borders are set.
  • Fixed column ordering in generation
  • Handle no number pattern (mostly in zeros)
  • Extend builtin format
  • Fixed #8
  • Fixed #17
  • Fixed #18
  • Drop py2.7 support