You are here

constant PHPEXCEL_SUCCESS in PHPExcel 7.3

Same name and namespace in other branches
  1. 8.3 phpexcel.inc \PHPEXCEL_SUCCESS
8 uses of PHPEXCEL_SUCCESS
PHPExcelTest::testCustomMethodCalls in tests/phpexcel.test
Test the ability to pass custom methods and arguments on import.
PHPExcelTest::testDBResultExport in tests/phpexcel.test
Test db_result export.
PHPExcelTest::testIgnoreHeaders in tests/phpexcel.test
Test "ignore_headers" option.
PHPExcelTest::testIssue1988868 in tests/phpexcel.test
A cell with a value of '0' must get exported as such.
PHPExcelTest::testMultipleWorksheetExport in tests/phpexcel.test
Test multiple worksheet Excel export.

... See full list

File

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

Code

define('PHPEXCEL_SUCCESS', 10);