![]() |
![]()
| ![]() |
![]()
NAMESpreadsheet::WriteExcel::FromXML::Workbook SYNOPSIS# inner class for use by FromXML DESCRIPTIONWorkbook object for FromXML. API REFERENCEnewConsturctor for Workbook object. _initCreates 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 ALSOSpreadSheet::WriteExcel::FromXML AUTHORSW. Justin Bedard juice@lerch.org Kyle R. Burton mortis@voicenet.com, krburton@cpan.org
|