Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@felipenoris felipenoris released this 08 Mar 14:28
· 38 commits to master since this release
db25280

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)