From 136ab924a0fac8776544841a5ac741058ae7e26f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 4 Jun 2013 17:05:44 -0500 Subject: oops, need to keep that default --- lib/Spreadsheet/ParseXLSX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm index 4fb1d0f..49dc088 100644 --- a/lib/Spreadsheet/ParseXLSX.pm +++ b/lib/Spreadsheet/ParseXLSX.pm @@ -109,7 +109,7 @@ sub _parse_sheet { my ($row, $col) = $self->_cell_to_row_col($cell->att('r')); my $val = $cell->first_child('v')->text; - my $type = $cell->att('t'); + my $type = $cell->att('t') || 'n'; my $long_type; if ($type eq 's') { -- cgit v1.2.3-54-g00ecf