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, 0 insertions, 3 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index cda94ab..ece46ab 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -666,12 +666,9 @@ sub _parse_styles {
? $valign{$alignment->att('vertical') || 'bottom'}
: 2,
# JustLast => $iJustL,
- # Rotate => $iRotate,
Rotate => $alignment ? $alignment->att('textRotation') : 0,
- # Indent => $iInd,
Indent => $alignment ? $alignment->att('indent') : 0,
- # Shrink => $iShrink,
Shrink => $alignment
? $self->_xml_boolean($alignment->att('shrinkToFit'))
: 0,