constant PHPEXCEL_ERROR_LIBRARY_NOT_FOUND in PHPExcel 8.3
Same name and namespace in other branches
- 7.3 phpexcel.inc \PHPEXCEL_ERROR_LIBRARY_NOT_FOUND
2 uses of PHPEXCEL_ERROR_LIBRARY_NOT_FOUND
- phpexcel_export in ./
phpexcel.inc - Simple API function which will generate an XLS file and save it in $path.
- phpexcel_import in ./
phpexcel.inc - Import an Excel file.
File
- ./
phpexcel.inc, line 11 - Defines the phpexcel api functions that other modules can use.
Code
define('PHPEXCEL_ERROR_LIBRARY_NOT_FOUND', 3);