Skip to content

Releases: tealeg/xlsx

3.3.11

07 Nov 15:27
3476977
Compare
Choose a tag to compare

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

22 Sep 15:40
e5487eb
Compare
Choose a tag to compare

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

Full Changelog: v3.3.9...v3.3.10

3.3.9

14 Sep 15:08
7ebd282
Compare
Choose a tag to compare

What's Changed

  • Fixed issue #809, losing rows from cellstore when moving backwards by @tealeg in #819

Full Changelog: v3.3.8...v3.3.9

3.3.8

13 Sep 04:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.7...v3.3.8

v3.3.7

09 Jun 20:06
Compare
Choose a tag to compare

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

04 Apr 17:55
0618e1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.5...v3.3.6

3.3.5

03 Jan 23:24
1f3b461
Compare
Choose a tag to compare

What's Changed

  • Fix Excel opening files with AutoFilter data by @neddy299 in #792

New Contributors

Full Changelog: v3.3.4...v3.3.5

3.3.4

24 Oct 04:48
cab4e03
Compare
Choose a tag to compare

What's Changed

  • Support bool type values on Cell.SetValue() by @WKBae in #782

New Contributors

Full Changelog: v3.3.3...v3.3.4

3.3.3

24 Oct 04:29
2f3ecd9
Compare
Choose a tag to compare

What's Changed

  • fix the issue that cannot emit MergeCells and DataValidations together by @sfwn in #785
  • stable cellStoreName in they key for the cellstore by @tealeg in #786

New Contributors

  • @sfwn made their first contribution in #785

Full Changelog: v3.3.2...v3.3.3

3.3.2

18 Sep 07:10
e01f87e
Compare
Choose a tag to compare

This release fixes a bug that prevented using sub-second times in Cell.SetDateWithOptions. (Thanks @benedictjohannes )

What's Changed

Full Changelog: v3.3.1...v3.3.2