You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XLSX.jl is a pure-julia implementation for parsing xlsx files. In my
testing it doesn't work for some sheets that are produced by strange and
bad software, but should work for most use cases.
The text was updated successfully, but these errors were encountered:
Yes, definitely! My hope is actually that one day I can switch out the backend for ExcelFiles.jl to use XLSX.jl and https://github.com/queryverse/LibXLS.jl. But I think both of those would have to be more robust first... But yes, mentioning it would make sense. PR would be most welcome :)
XLSX.jl is a pure-julia implementation for parsing xlsx files. In my
testing it doesn't work for some sheets that are produced by strange and
bad software, but should work for most use cases.
The text was updated successfully, but these errors were encountered: