3.3.11
- fix: Empty cells covering overflowing text of left cell by @knubix in https://github.com/tealeg/xlsx/pull/821
- Stop allocating in the loop when we load the Shared Strings Ref Table by @tealeg in https://github.com/tealeg/xlsx/pull/827
- Support sql.NullInt32 for write by @maniak89 in https://github.com/tealeg/xlsx/pull/825
- Use sync pools for shared string parser by @tealeg in https://github.com/tealeg/xlsx/pull/828
- @knubix made their first contribution in https://github.com/tealeg/xlsx/pull/821
- @maniak89 made their first contribution in https://github.com/tealeg/xlsx/pull/825
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.10...v3.3.11
3.3.10
- issue 817 autoFilterBounds could have one element only, in this case … by @ivantextmagic in https://github.com/tealeg/xlsx/pull/818
- fix: new empty row index bug by @lpxxn in https://github.com/tealeg/xlsx/pull/820
- @ivantextmagic made their first contribution in https://github.com/tealeg/xlsx/pull/818
- @lpxxn made their first contribution in https://github.com/tealeg/xlsx/pull/820
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.9...v3.3.10
3.3.9
- Fixed issue #809, losing rows from cellstore when moving backwards by @tealeg in https://github.com/tealeg/xlsx/pull/819
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.8...v3.3.9
3.3.8
- added more column numbers start at 1 doc by @bradleypeabody in https://github.com/tealeg/xlsx/pull/806
- docs: fix typo by @vanillaiice in https://github.com/tealeg/xlsx/pull/814
- fix: wrong cell & border colors using indexedColors by @beta in https://github.com/tealeg/xlsx/pull/816
- @bradleypeabody made their first contribution in https://github.com/tealeg/xlsx/pull/806
- @vanillaiice made their first contribution in https://github.com/tealeg/xlsx/pull/814
- @beta made their first contribution in https://github.com/tealeg/xlsx/pull/816
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.7...v3.3.8
v3.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: https://github.com/tealeg/xlsx/compare/v3.3.6...v3.3.7
3.3.6
- fix: addNumfmt by @martianwei in https://github.com/tealeg/xlsx/pull/796
- Fixed a typo at tutorial.adoc by @delmesia in https://github.com/tealeg/xlsx/pull/797
- fix AutoFilter not working in LibreOffice by @martoche in https://github.com/tealeg/xlsx/pull/798
- @martianwei made their first contribution in https://github.com/tealeg/xlsx/pull/796
- @delmesia made their first contribution in https://github.com/tealeg/xlsx/pull/797
- @martoche made their first contribution in https://github.com/tealeg/xlsx/pull/798
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.5...v3.3.6
3.3.5
What's Changed
- Fix Excel opening files with AutoFilter data by @neddy299 in https://github.com/tealeg/xlsx/pull/792
New Contributors
- @neddy299 made their first contribution in https://github.com/tealeg/xlsx/pull/792
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.4...v3.3.5
3.3.4
What's Changed
- Support bool type values on Cell.SetValue() by @WKBae in https://github.com/tealeg/xlsx/pull/782
New Contributors
- @WKBae made their first contribution in https://github.com/tealeg/xlsx/pull/782
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.3...v3.3.4
3.3.3
What's Changed
- fix the issue that cannot emit MergeCells and DataValidations together by @sfwn in https://github.com/tealeg/xlsx/pull/785
- stable cellStoreName in they key for the cellstore by @tealeg in https://github.com/tealeg/xlsx/pull/786
New Contributors
- @sfwn made their first contribution in https://github.com/tealeg/xlsx/pull/785
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.2...v3.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 https://github.com/tealeg/xlsx/pull/778
- formatting correction for README.org by @benedictjohannes in https://github.com/tealeg/xlsx/pull/779
- allow recognition of time format in multisection numFormat by @benedictjohannes in https://github.com/tealeg/xlsx/pull/781
- allow-subsecond-settime by @benedictjohannes in https://github.com/tealeg/xlsx/pull/780
Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.1...v3.3.2