We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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}.
XLSXFile
filepath::AbstractString
source::Union{AbstractString, IO}