Xlsx Versions Save

Go library for reading and writing XLSX files.

v3.3.6

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.5...v3.3.6

v3.3.5

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.4...v3.3.5

v3.3.4

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.3...v3.3.4

v3.3.3

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.2...v3.3.3

v3.3.2

7 months ago

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

What's Changed

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.1...v3.3.2

v3.3.1

7 months ago

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é)

v3.3.0

11 months ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.2.4...v3.2.5

v3.2.4

2 years ago

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

v3.2.3

3 years ago

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

3 years ago

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

  • Fixes #641
  • Fixes #638