Skip to content

Releases: tealeg/xlsx

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

3.2.4

13 Dec 09:49
b769600
Compare
Choose a tag to compare

Captures a number of fixes since the last release, for details see here.

v3.2.3

16 Nov 04:12
b5282f0
Compare
Choose a tag to compare

This release fixes a single issue that caused panics when writing files, derived from existing files, where one or more of the existing sheets had not been visited and thus had no currentRow set on the Sheet. See issue #644 for details.

v3.2.2

14 Nov 05:43
6287849
Compare
Choose a tag to compare

This release addresses critical flaws in v3.2.1 (see: https://github.com/tealeg/xlsx/milestone/14):