tealeg/xlsx
 Watch   
 Star   
 Fork   
2024-11-03 22:04:40
xlsx

3.3.11

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.10...v3.3.11

2024-09-22 23:39:20
xlsx

3.3.10

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.9...v3.3.10

2024-09-14 22:28:59
xlsx

3.3.9

What's Changed

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.8...v3.3.9

2024-09-13 12:24:54
xlsx

3.3.8

What's Changed

New Contributors

Full Changelog: https://github.com/tealeg/xlsx/compare/v3.3.7...v3.3.8

2024-06-10 03:58:45
xlsx

v3.3.7

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: https://github.com/tealeg/xlsx/compare/v3.3.6...v3.3.7

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