The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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