Skip to content

Releases: tealeg/xlsx

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

3.3.1

13 Sep 05:10
4d0f697
Compare
Choose a tag to compare

What's happened since 3.3.0?

  • We revived this library - people keep using it, and keep submitting patches. I'll support them in that.
  • some concurrent testing issues were fixed and switched over to using the quicktest library inl ine with the bulk of the testing. (Thanks benedictjohannes.
  • We support go1.2.1! (Thanks egon.nijns)
  • A bunch of memory leaks have been fixed (Thanks Olivier Mengué)

3.3.0

23 May 08:31
da67f7b
Compare
Choose a tag to compare

Minor release comprising 18 months' worth of bug fixes and minor maintenance tasks.

What's Changed

New Contributors

Full Changelog: v3.2.4...v3.2.5