Scroll to navigation

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

NAME

Excel::Template::Container::Row - Excel::Template::Container::Row

PURPOSE

To provide a row context for CELL tags

NODE NAME

ROW

INHERITANCE

Excel::Template::Container

ATTRIBUTES

HEIGHT

Sets the height of the row. The last setting for a given row will win out.

CHILDREN

None

EFFECTS

Each ROW tag will consume one row of the workbook. When the ROW tag starts, it will set the COL value to 0.

DEPENDENCIES

None

USAGE

  <row>
    ... Children here
  </row>

Generally, you will have CELL and/or FORMULA tags within a ROW.

AUTHOR

Rob Kinyon (rob.kinyon@gmail.com)

SEE ALSO

CELL, FORMULA
2017-07-13 perl v5.26.0