Subject: | String 0 not read from sharedStrings.xml |
Line 115 of XLSX.pm needs to get changed from this:
elsif ($_ && $flag) {
to this:
elsif (length($_) && $flag) {
Otherwise, the module is unable to read the first string (v = 0) from
sharedStrings.xml