mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 05:16:06 +03:00
Fix to 01simple.php example after mis-commit
This commit is contained in:
parent
650d2d099c
commit
fcc5c65855
@ -36,13 +36,6 @@ define('EOL',(PHP_SAPI == 'cli') ? PHP_EOL : '<br />');
|
||||
/** Include PHPExcel */
|
||||
require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';
|
||||
|
||||
|
||||
|
||||
$count = 39;
|
||||
$columnLetter = PHPExcel_Cell::stringFromColumnIndex($count);
|
||||
|
||||
var_dump($columnLetter);
|
||||
die();
|
||||
// Create new PHPExcel object
|
||||
echo date('H:i:s') , " Create new PHPExcel object" , EOL;
|
||||
$objPHPExcel = new PHPExcel();
|
||||
|
Loading…
Reference in New Issue
Block a user