summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/Template/Generator/Parser/XLSX.pm')
-rw-r--r--lib/Spreadsheet/Template/Generator/Parser/XLSX.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm b/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm
index cfb13a7..820bddf 100644
--- a/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm
+++ b/lib/Spreadsheet/Template/Generator/Parser/XLSX.pm
@@ -140,10 +140,11 @@ sub _parse_styles {
: 2;
Spreadsheet::ParseExcel::Format->new(
- IgnoreFont => !$_->att('applyFont'),
- IgnoreFill => !$_->att('applyFill'),
- IgnoreBorder => !$_->att('applyBorder'),
- IgnoreAlignment => !$_->att('applyAlignment'),
+ IgnoreFont => !$_->att('applyFont'),
+ IgnoreFill => !$_->att('applyFill'),
+ IgnoreBorder => !$_->att('applyBorder'),
+ IgnoreAlignment => !$_->att('applyAlignment'),
+ IgnoreNumberFormat => !$_->att('applyNumberFormat'),
FontNo => $iFnt,
Font => $excel->{Font}[$iFnt],