Excel::template::container::row
To provide a row context for \s-1CELL\s0 tags
\s-1ROW\s0
Excel::Template::Container
\s-1HEIGHT\s0 Sets the height of the row. The last setting for a given row will win out.
None
Each \s-1ROW\s0 tag will consume one row of the workbook. When the \s-1ROW\s0 tag starts, it will set the \s-1COL\s0 value to 0.
None
<row> ... Children here </row>
Generally, you will have \s-1CELL\s0 and/or \s-1FORMULA\s0 tags within a \s-1ROW\s0.
Rob Kinyon ([email protected])
\s-1CELL\s0, \s-1FORMULA\s0