summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/ParseXLSX.pm')
-rw-r--r--lib/Spreadsheet/ParseXLSX.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index d79515f..a7db72b 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -164,6 +164,9 @@ sub _parse_sheet {
$long_type = 'Text';
$val = $val ? "TRUE" : "FALSE";
}
+ elsif ($type eq 'e') {
+ $long_type = 'Text';
+ }
elsif ($type eq 'str') {
$long_type = 'Text';
}