public function PHPExcel_Writer_Excel5::setTempDir in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5.php \PHPExcel_Writer_Excel5::setTempDir()
* Set temporary storage directory * *
Parameters
string $pValue Temporary storage directory: * @throws PHPExcel_Writer_Exception when directory does not exist * @return PHPExcel_Writer_Excel5
Deprecated
*
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5.php, line 240
Class
- PHPExcel_Writer_Excel5
- PHPExcel_Writer_Excel5
Code
public function setTempDir($pValue = '') {
return $this;
}