|
NAMESpreadsheet::WriteExcel::FromXML::WorkbookSYNOPSIS# 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: voidCreates & 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::FromXMLAUTHORSW. Justin Bedard juice@lerch.orgKyle R. Burton mortis@voicenet.com, krburton@cpan.org
Visit the GSP FreeBSD Man Page Interface. |