Jump to content

PHP Excel


sseeley

Recommended Posts

THis is the code at line 37...

 

if (!defined('PHPEXCEL_ROOT')) {

/**

* @ignore

*/

define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../');

require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');

PHPExcel_Autoloader::Register();

PHPExcel_Shared_ZipStreamWrapper::register();

// check mbstring.func_overload

if (ini_get('mbstring.func_overload') & 2) {

throw new Exception('Multibyte function overloading in PHP must be disabled for string functions (2).');

}

}

 

Link to comment
https://forums.phpfreaks.com/topic/203278-php-excel/#findComment-1065028
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.