debian man page for excel::template::element::backref

Query: excel::template::element::backref

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Excel::Template::Element::Backref(3pm)			User Contributed Perl Documentation		    Excel::Template::Element::Backref(3pm)

NAME
Excel::Template::Element::Backref - Excel::Template::Element::Backref
PURPOSE
Returns the cell location (i.e. B2) of the last cell to name this reference. To return the location of the entire range of cells to name this reference see RANGE.
NODE NAME
BACKREF
INHERITANCE
Excel::Template::Element
ATTRIBUTES
o REF This is the name of the reference to look up.
CHILDREN
None
EFFECTS
None
DEPENDENCIES
This will only be used within CELL tags.
USAGE
In the example... <row> <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell"> </row> <row> <formula>=<backref ref="this_cell">+<backref ref="that_cell"></formula> </row> The formula in row 2 would be =A1+C1. C1 is the last to reference "that_cell".
AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO
CELL, RANGE perl v5.14.2 2012-04-29 Excel::Template::Element::Backref(3pm)
Related Man Pages
excel::template::container::format(3pm) - debian
excel::template::element::cell(3pm) - debian
excel::template::plus(3pm) - debian
html::formfu::element::simpletable(3pm) - debian
test::excel::template::plus(3pm) - debian
Similar Topics in the Unix Linux Community
Creating Excel Sheet in Hp-UX
Excel formatting
Can expr deal with decimals?
Writing excel file using perl : Excel file formatting changed
Exanding an array into another file.