| Excel-Template documentation | Contained in the Excel-Template distribution. |
Excel::Template::Container::Workbook - Excel::Template::Container::Workbook
The root node
WORKBOOK
Excel::Template::Container
Currently, none. There will be attributes added here, regarding how the workbook as a whole will behave.
None
None
None
<workbook>
... Children here
</workbook>
Rob Kinyon (rob.kinyon@gmail.com)
Nothing
| Excel-Template documentation | Contained in the Excel-Template distribution. |
package Excel::Template::Container::Workbook; use strict; BEGIN { use vars qw(@ISA); @ISA = qw( Excel::Template::Container ); use Excel::Template::Container; } 1; __END__