Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Releases: tealeg/xlsx

3.3.3

24 Oct 04:29
2f3ecd9

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

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

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

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

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

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

Choose a tag to compare

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

v3.2.1 [USE WITH CARE]

10 Nov 19:45
ed205b8

Choose a tag to compare

There are serious known bugs in this release. We're working to resolve them and a 3.2.2 will follow as soon as possible.

Issues resolved in this release - see v3.2.1 milestone :

  • Empty cells are filled by the first column name - v3.2.0 #594
  • High memory usage while creating a xlsx file and xlsx.UseDiskVCellStore not working #596
  • Fixes internal links #620
  • Combine cells in the same sheet and set the droplist. Excel is damaged #610

This release was requested as people are waiting on some of the bug fixes. All outstanding bugs for the milestone have been pushed onto the v3.3.0 milestone instead.

v3.2.0

20 Jun 05:25
9dabf76

Choose a tag to compare

This release comprises the following changes:

  • The addition of Cell.GetCoordinates() and Row.GetCoordinate() functions that fix issue #586 .
  • #581 allows the Row.WriteSlice method to accept slices as a target instead of just pointers to slices (the old behaviour is still supported).
  • #582 polishes some code a little but has no external effects.

v3.1.1

09 Jun 03:46
414693d

Choose a tag to compare

Summary

Version 3.1.1 fixes a bug that causes cell values to be blanked (or actually be zero-value structs) when reading a sheet that contains hyperlinks. See issue #574 .