Subject: | Something wrong with xlsx generated by Google |
Date: | Wed, 03 Jul 2013 10:34:52 +0300 |
To: | bug-Spreadsheet-XLSX [...] rt.cpan.org |
From: | Negor <negor [...] at.ua> |
So, when I try to parse xlsx from google
my %excel = %{Spreadsheet::XLSX -> new ($file)};
print Dumper(\%excel);
I get this
Use of uninitialized value in concatenation (.) or string at
D:/usr/site/lib/Spreadsheet/XLSX.pm line 150.
$VAR1 = bless( {
'Worksheet' => [
bless( {
'DefColWidth' => '8.43',
'MinCol' => 1000000,
'MaxRow' => 0,
'MinRow' => 1000000,
'path' => undef,
'MaxCol' => 0,
'Name' => '╦шёЄ1',
'Cells' => undef
},
'Spreadsheet::ParseExcel::Worksheet' )
],
'Flg1904' => 0,
'FmtClass' => bless( {}, 'Spreadsheet::XLSX::Fmt2007' ),
'SheetCount' => 1
}, 'Spreadsheet::ParseExcel::Workbook' );