Releases: felipenoris/XLSX.jl
Releases · felipenoris/XLSX.jl
Release v0.10.4
Release v0.10.3
Release v0.10.2
Release v0.10.1
This is a bugfix release.
- weaker assertion of relationship (#249)
- support IO for writetable (#245)
- add consts for max size and assert in writetable! (#247)
Many thanks to @hhaensel and @nathanrboyer!
Release v0.10.0
This release contains no breaking changes regarding the public XLSX API.
There's a breaking change regarding Cell struct: formula field changed type from String to AbstractFormula.
There's a breaking change regarding TableRowIterator struct: added field keep_empty_rows.
- Fixes row formatting that was previously lost (#227) (@best4innio)
- Add keep_empty_rows kwarg (#220) (@rben01)
- add colon indexing (#216) (@BeastyBlacksmith, @divbyzerofordummies)
- Docs review (#229) (@goggle)
Release v0.9.0
Release v0.8.4
Release v0.8.3
This is a bugfix release.
- fix: workbook show error with multibyte string #202 (@YongHee-Kim)
Release v0.8.2
This is a bugfix release.
- fixes to relocatability (#208)
Release v0.8.1
This is a bugfix release.