logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Excel::Template::Container::KeepLeadingZeros - Excel::Template::Container::KeepLeadingZeros

Attributes

       None

Author

       Rob Kinyon (rob.kinyon@gmail.com)

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>

See Also