Excel::Template::Container::Row - Excel::Template::Container::Row
Contents
Attributes
• HEIGHT
Sets the height of the row. The last setting for a given row will win out.
Children
None
Dependencies
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.
Inheritance
Excel::Template::Container
Name
Excel::Template::Container::Row - Excel::Template::Container::Row
Node Name
ROW
Purpose
To provide a row context for CELL tags
See Also
CELL, FORMULA
perl v5.34.0 2022-06-13 Excel::Template::Container::Row(3pm)
Usage
<row>
... Children here
</row>
Generally, you will have CELL and/or FORMULA tags within a ROW.
