previousWorkbook::&setTempDir (Previous) (Next) Workbook::setCustomColornext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Workbook::setVersion

Workbook::setVersion – Sets the BIFF version.

Synopsis

require_once 'Spreadsheet/Excel/Writer/Workbook.php';

void Workbook::setVersion ( integer $version )

Description

This method exists just to access experimental functionality from BIFF8. It will be deprecated ! Only possible value is 8 (Excel 97/2000). For any other value it fails silently.

Parameter

integer $version

The BIFF version

Note

This function can not be called statically.

previousWorkbook::&setTempDir (Previous) (Next) Workbook::setCustomColornext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.