NAME
Spreadsheet::WriteExcel::FromXML::Workbook
SYNOPSIS
# inner class for use by FromXML
DESCRIPTION
Workbook object for FromXML.
API REFERENCE
new
Consturctor for Workbook object.
_init
Creates a new report buffer, file handle and Spreadsheet::WriteExcel object.
addWorksheet($)
Param: title - title for the worksheet that people will see in the Excel spreadsheet. Return: void
Creates & adds a new worksheet to the spreadsheet. It keeps track of the order the worksheets were added and a hash table so one can easily reference them later.
getWorksheet($)
Param: name - hash table namespace for the worksheet. Return: Worksheet object associated with name.
Accesses the hash table of worksheets and returns the worksheet with the specified name.
SEE ALSO
SpreadSheet::WriteExcel::FromXML
AUTHORS
W. Justin Bedard juice@lerch.org
Kyle R. Burton mortis@voicenet.com, krburton@cpan.org