Excel::Template::Element::Range - Excel::Template::Element::Range
Contents
Attributes
• REF
This is the name of the reference to look up.
Children
None
Dependencies
This will only be used within CELL tags.
Effects
None
Inheritance
Excel::Template::Element
Name
Excel::Template::Element::Range - Excel::Template::Element::Range
Node Name
RANGE
Purpose
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 BACKREF.
See Also
CELL, BACKREF
perl v5.34.0 2022-06-13 Excel::Template::Element::Range(3pm)
Usage
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).
