Switch Excel support to XLSX.jl#439
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #439 +/- ##
==========================================
- Coverage 91.17% 91.09% -0.08%
==========================================
Files 11 11
Lines 714 719 +5
==========================================
+ Hits 651 655 +4
- Misses 63 64 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Had to add magic bytes as well as extensions to get over ambiguity with NPZ. |
|
As with #124, "There is a bit of a chicken and egg situation here": the tests in I've put the |
|
Yeah, I also haven't found a patented solution for this... |
|
I've tested on my own fork, so I know tests pass. I just don't want to tag a release until I know what version of FileIO will eventually work. In my So it is just a question of knowing the version to use in the condition. I can tag a release as soon as I know this for certain. |
|
Just in case I'm confused, I think I'm waiting for you, @SimonDanisch, to confirm a FileIO release version that will make the switch from ExcelFiles to XLSX (per this PR). I will immediately insert that version number into my code and make a new release of XLSX to support. Have I got this back to front? Are you waiting for me to do something (what?) or am I just too impatient? |
|
Ah sorry, lots to do... Well I guess with the next version? |
|
Hi @SimonDanisch, I have just now merged an XLSX.jl PR that (among other things) now supports FileIO.jl. I've restructured the docs to make support for FileIO easily visible. But, of course, this is all dead code until FileIO.jl updates, merging this PR to use XLSX.jl. I'd like to tag a new version of XLSX.jl but I'd prefer to wait until FileIO is updated. Would you mind doing this, please? Thanks! |
I will need to make a new release of XLSX.jl for this, but would prefer to know the version of FileIO.jl needed for compats. XLSX.jl is ready to go - you can inspect it here if you wish.
Will resolve #428.