Skip Menu |

This queue is for tickets about the Spreadsheet-XLSX CPAN distribution.

Report information
The Basics
Id: 35489
Status: resolved
Priority: 0/
Queue: Spreadsheet-XLSX

People
Owner: Nobody in particular
Requestors: tracker-spreadsheet-xlsx [...] deefs.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



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
Subject: Re: String 0 not read from sharedStrings.xml
Thanks a lot for the patch! See version 0.02.