Excel::Template::Container::KeepLeadingZeros(3pm) | User Contributed Perl Documentation | Excel::Template::Container::KeepLeadingZeros(3pm) |
Excel::Template::Container::KeepLeadingZeros - Excel::Template::Container::KeepLeadingZeros
To set the keep_leading_zeros flag for the surrounding worksheet or any worksheets that might be contained within this node.
KEEP_LEADING_ZEROS
CONTAINER
None
None
Alters how leading zeros are interpreted by Spreadsheet::WriteExcel.
None
<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>
Rob Kinyon (rob.kinyon@gmail.com)
CELL, Spreadsheet::WriteExcel
2022-06-13 | perl v5.34.0 |