Skip to content

v3.3.7

Latest
Compare
Choose a tag to compare
@tealeg tealeg released this 09 Jun 20:06
· 2 commits to master since this release

Release 3.3.7

This release fixes:

  • #788 "XLSX files produced by this library need recover by Microsoft Excel when open it."
  • #805 "Columns seem to be numbered from 1 but documentation gives example using 0"

Note: whilst this is technically backwards compatible, if you wee using NewColForRange with a base index of 0 (instead of 1) then you'll now get a panic from the library instead of it silently doing the wrong thing and creating a file that Excel thinks is corrupt.

Full Changelog: v3.3.6...v3.3.7