Closed fnl closed 9 years ago
Seems a possible fix is to replace the RE ^([A-Z]+)(\d+)$
in line 658 (and that is repeated in the following line) with ^([A-Z]*)(\d+)$
(note the Kleene star). Then the extraction of this file works fine, but I have no idea if this breaks stuff elsehwere....
Can you try latest version from github?
:+1: works! (sorry for being so late, having too much work coming at me...)
Getting "null-pointer exceptions" from xlsx2csv when parsing some files:
An example where this problem occurs is here.
According to pip, my currently installed version is the latest, but
xlsx2csv -v
only outputs the script's name (xslx2csv
- want me to open a separate ticket for that?). I see I do have the--merge-cells
options available from the script.