excel::template::element::mergerange(3pm) debian man page | unix.com

Man Page: excel::template::element::mergerange

Operating Environment: debian

Section: 3pm

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

NAME
Excel::Template::Element::MergeRange - Excel::Template::Element::MergeRange
PURPOSE
To merge a range of cells in a spreadsheet
NODE NAME
MERGE_RANGE
INHERITANCE
ELEMENT
EFFECTS
This will merge a range of cells.
DEPENDENCIES
None
USAGE
<cell ref="foo"/> <cell ref="foo"/> <cell ref="foo"/> <merge_range ref="foo">Text to insert into merged range</merge_range> Or a cross rows: <row> <cell ref="foo"/> <cell ref="foo"/> <cell ref="foo"/> </row> <row> <cell ref="foo"/> <cell ref="foo"/> <cell ref="foo"/> <format> <merge_range ref="foo">Text to insert into merged range</merge_range> </format> </row>
AUTHOR
Stevan Little (stevan.little@iinteractive.com)
SEE ALSO
Nothing perl v5.14.2 2012-04-29 Excel::Template::Element::MergeRange(3pm)
Related Man Pages
excel::template::container::format(3pm) - debian
excel::template::element::image(3pm) - debian
excel::template::plus(3pm) - debian
template::alloy::tmpl(3pm) - debian
test::excel::template::plus(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?