Excel::Template::Container::Format(3pm) User Contributed Perl Documentation Excel::Template::Container::Format(3pm)

Excel::Template::Container::Format - Excel::Template::Container::Format

To format all children according to the parameters

FORMAT

Excel::Template::Container

Boolean attributes should be set to 1, 0, true, or false.

Color values can be the color name or the color index. See "COLOURS IN EXCEL" in Spreadsheet::WriteExcel

None

None

None

  <format bold="1">
    ... Children here
  </format>

In the above example, the children will be displayed (if they are displaying elements) in a bold format. All other formatting will remain the same and the "bold"-ness will end at the end tag.

Rob Kinyon (rob.kinyon@gmail.com)

BOLD, HIDDEN, ITALIC, OUTLINE, SHADOW, STRIKEOUT

2022-06-13 perl v5.34.0