Excel::template::element::range
Returns a range of cell locations (i.e. B2:C2) that contains all calls using this reference. To return the location of the last cell, use \s-1BACKREF\s0.
\s-1RANGE\s0
Excel::Template::Element
\s-1REF\s0 This is the name of the reference to look up.
None
None
This will only be used within \s-1CELL\s0 tags.
In the example...
<row> <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell"> </row> <row> <formula>=SUM(<range ref="that_cell">)</formula> </row>
The formula in row 2 would be =SUM(B1:C1).
Rob Kinyon ([email protected])
\s-1CELL\s0, \s-1BACKREF\s0