Excel::Template::Container::KeepLeadingZeros - Excel::Template::Container::KeepLeadingZeros
Contents
Attributes
None
Children
None
Dependencies
None
Effects
Alters how leading zeros are interpreted by Spreadsheet::WriteExcel.
Inheritance
CONTAINER
Name
Excel::Template::Container::KeepLeadingZeros - Excel::Template::Container::KeepLeadingZeros
Node Name
KEEP_LEADING_ZEROS
Purpose
To set the keep_leading_zeros flag for the surrounding worksheet or any worksheets that might be
contained within this node.
See Also
CELL, Spreadsheet::WriteExcel
perl v5.34.0 2022-06-13 Excel::Template...eepLeadingZeros(3pm)
Usage
<worksheet>
... Cells here will NOT have leading-zeros preserved
<keep_leading_zeros>
... Cells here will have leading-zeros preserved
</keep_leading_zeros>
... Cells here will NOT have leading-zeros preserved
</worksheet>
<keep_leading_zeros>
<worksheet>
... Cells here will have leading-zeros preserved
</worksheet>
<worksheet>
... Cells here will have leading-zeros preserved
</worksheet>
</keep_leading_zeros>
