jandrew / Spreadsheet-XLSX-Reader-LibXML

Read spreadsheet files with xlsx extentions
Other
4 stars 2 forks source link

GetCell Fails with missing header elements #73

Closed jandrew closed 9 years ago

jandrew commented 9 years ago

Issue submitted by email

First, a simple change in GetCell.pm, when $format->{$header} would wind up being undef:

--- DIST/GetCell.pm 2015-08-24 19:49:26.000000000 -0400 +++ SITE_PERL/GetCell.pm 2015-09-14 10:44:59.000000000 -0400 @@ -612,6 +612,7 @@ if( $header eq 'numFmts' ){ $return->{cell_coercion} = $format->{$header}; if( $return->{cell_type} eq 'Numeric' and

Thanks Todd

jandrew commented 9 years ago

I will assign a milestone once I asses the test case

jandrew commented 9 years ago

I can't really think of a good test case for this one for fail -> pass testing but the code seems safe enough so I am rolling with the next release.

jandrew commented 9 years ago

Closed with release of v0.38.16