You are here

constant PHPEXCEL_ERROR_PATH_NOT_WRITABLE in PHPExcel 8.3

Same name and namespace in other branches
  1. 7.3 phpexcel.inc \PHPEXCEL_ERROR_PATH_NOT_WRITABLE
2 uses of PHPEXCEL_ERROR_PATH_NOT_WRITABLE
PHPExcelTest::testSingleWorksheetExport in tests/phpexcel.test
Test a simple, single worksheet Excel export.
phpexcel_export in ./phpexcel.inc
Simple API function which will generate an XLS file and save it in $path.

File

./phpexcel.inc, line 10
Defines the phpexcel api functions that other modules can use.

Code

define('PHPEXCEL_ERROR_PATH_NOT_WRITABLE', 2);