tealeg/xlsx
 Watch   
 Star   
 Fork   
2024-04-05 01:54:19
xlsx

3.3.6

What's Changed

New Contributors

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

2024-01-04 07:23:04
xlsx

3.3.5

What's Changed

New Contributors

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

2023-10-24 12:47:20
xlsx

3.3.4

What's Changed

New Contributors

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

2023-10-24 12:28:05
xlsx

3.3.3

What's Changed

New Contributors

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

2023-09-18 15:02:58
xlsx

3.3.2

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

2023-09-13 12:49:50
xlsx

3.3.1

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é)
2023-05-23 15:14:29
xlsx

3.3.0

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

2021-12-13 15:37:56
xlsx

3.2.4

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

2020-11-16 12:10:07
xlsx

v3.2.3

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.

2020-11-14 13:40:33
xlsx

v3.2.2

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

  • Fixes #641
  • Fixes #638