Workbook::close (Previous) (Next) Workbook::&addFormat

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Workbook::&addWorksheet

Workbook::&addWorksheet -- Add a new worksheet to the Excel workbook.

Opis

Add a new worksheet to the Excel workbook. If no name is given the name of the worksheet will be Sheeti with i in [1..].

Parametr

  • string $name - the optional name of the worksheet. Can not be longer than 31 characters.

Zwracana wartość

returns a reference to a worksheet object on success, PEAR_Error on failure

Uwagi

Ta funkcja nie może być wywołana statycznie.

Workbook::close (Previous) (Next) Workbook::&addFormat

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: Kiezpro
Seems like the worksheet name can't contain a slash ... at least I got a "File Corrupt" message from Excel when I tried to open a generated Excel file containing a worksheet with a slash in it's name. My version of Spreadsheet_Excel_Writer is 0.91.