Skip to content

Releases: felipenoris/XLSX.jl

Release v0.10.1

31 Dec 00:32
0562e4c
Compare
Choose a tag to compare

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

23 Aug 01:13
1c0fd1b
Compare
Choose a tag to compare

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.

Release v0.9.0

08 Mar 14:28
db25280
Compare
Choose a tag to compare

This release contains no breaking changes regarding the public XLSX API.

It contains a breaking changing on an internal struct: XLSXFile filepath::AbstractString field was replaced by source::Union{AbstractString, IO}.

  • support reading from IO as well as a file path #217 (@tecosaur)

Release v0.8.4

05 Sep 15:40
Compare
Choose a tag to compare

This is a bugfix release.

Release v0.8.3

01 Sep 12:32
e6f5c1c
Compare
Choose a tag to compare

This is a bugfix release.

Release v0.8.2

06 Aug 12:51
Compare
Choose a tag to compare

This is a bugfix release.

  • fixes to relocatability (#208)

Release v0.8.1

27 Jul 21:47
Compare
Choose a tag to compare

Release v0.8.0

27 Jul 01:27
Compare
Choose a tag to compare

This release contains new features and breaking changes.

Artifact for XLSX v0.8

23 Jul 12:15
Compare
Choose a tag to compare
artifact-v0.8

create artifact branch

Release v0.7.10

04 May 13:11
6a10a27
Compare
Choose a tag to compare

This is a bugfix release.