| Workbook::&addFormat | Workbook::setCustomColor |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
boolean Workbook::&setTempDir (
string $dir
)
Sets the temp dir used for storing the OLE file. Use this method if you don't have the right to write in the default temporary dir.
string $dir - The dir to be used as temp dir
boolean - TRUE if given dir is valid, FALSE otherwise
This function can not be called statically.
Using &setTempDir()
|
| Workbook::&addFormat | Workbook::setCustomColor |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |