mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-02 21:06:19 +03:00
Merge pull request #398 from papettoTV/develop
Fixed failed include PHPExcel.php in Examples/34chartupdate.php
This commit is contained in:
commit
6335e6c008
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ date_default_timezone_set('Europe/London');
|
|||
*/
|
||||
|
||||
/** PHPExcel */
|
||||
include '../Classes/PHPExcel.php';
|
||||
require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';
|
||||
|
||||
if (!file_exists("33chartcreate-bar.xlsx")) {
|
||||
exit("Please run 33chartcreate-bar.php first." . EOL);
|
||||
|
|
Loading…
Add table
Reference in a new issue