PURPOSE

To set the keep_leading_zeros flag for the surrounding worksheet or any worksheets that might be contained within this node.

NODE NAME

\s-1KEEP_LEADING_ZEROS\s0

INHERITANCE

\s-1CONTAINER\s0

ATTRIBUTES

None

CHILDREN

None

EFFECTS

Alters how leading zeros are interpreted by Spreadsheet::WriteExcel.

DEPENDENCIES

None

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>

AUTHOR

Rob Kinyon ([email protected])

RELATED TO Excel::Template::Container::KeepLeadingZeros…

\s-1CELL\s0, Spreadsheet::WriteExcel