Skip to content

Releases: felipenoris/XLSX.jl

Release v0.10.4

29 Sep 15:38
214fa73
Compare
Choose a tag to compare

This is a bugfix release.

  • Update table.jl: promoting type for columns mixing integer and float values (#269) (@rcqls)
  • Remove the gc call in write.jl (#271) (@TimG1964)

Release v0.10.3

10 Sep 02:50
Compare
Choose a tag to compare

This version drops support for Julia v1.3, and requires at least Julia v1.6.

Release v0.10.2

01 Sep 02:57
Compare
Choose a tag to compare
  • Document CellRef (#257) (@nathanrboyer)
  • Update read.jl to pass through Custom XML internal files (#261) (@TimG1964)
  • Added option to not write column names when writing dataframes to xlsx (#265) (@ST2-EV)

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