Releases: tealeg/xlsx
Releases · tealeg/xlsx
3.3.11
What's Changed
- fix: Empty cells covering overflowing text of left cell by @knubix in #821
- Stop allocating in the loop when we load the Shared Strings Ref Table by @tealeg in #827
- Support sql.NullInt32 for write by @maniak89 in #825
- Use sync pools for shared string parser by @tealeg in #828
New Contributors
Full Changelog: v3.3.10...v3.3.11
3.3.10
What's Changed
- issue 817 autoFilterBounds could have one element only, in this case … by @ivantextmagic in #818
- fix: new empty row index bug by @lpxxn in #820
New Contributors
- @ivantextmagic made their first contribution in #818
- @lpxxn made their first contribution in #820
Full Changelog: v3.3.9...v3.3.10
3.3.9
3.3.8
What's Changed
- added more column numbers start at 1 doc by @bradleypeabody in #806
- docs: fix typo by @vanillaiice in #814
- fix: wrong cell & border colors using indexedColors by @beta in #816
New Contributors
- @bradleypeabody made their first contribution in #806
- @vanillaiice made their first contribution in #814
- @beta made their first contribution in #816
Full Changelog: v3.3.7...v3.3.8
v3.3.7
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
3.3.6
What's Changed
- fix: addNumfmt by @martianwei in #796
- Fixed a typo at tutorial.adoc by @delmesia in #797
- fix AutoFilter not working in LibreOffice by @martoche in #798
New Contributors
- @martianwei made their first contribution in #796
- @delmesia made their first contribution in #797
- @martoche made their first contribution in #798
Full Changelog: v3.3.5...v3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
This release fixes a bug that prevented using sub-second times in Cell.SetDateWithOptions. (Thanks @benedictjohannes )
What's Changed
- Fix a couple of gofmt findings. by @tealeg in #778
- formatting correction for README.org by @benedictjohannes in #779
- allow recognition of time format in multisection numFormat by @benedictjohannes in #781
- allow-subsecond-settime by @benedictjohannes in #780
Full Changelog: v3.3.1...v3.3.2