You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a excel column that contain data as like, [email protected].
then it shows 500 error with summary output.
but it solved using ,
function
Spreadsheet_Excel_Reader($file='',$store_extended_info=true,$outputEncoding='')
{
$this->_ole =& new OLERead();
$this->setUTFEncoder('UTF-8'); // newly added line
Original issue reported on code.google.com by [email protected] on 30 May 2015 at 7:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 May 2015 at 7:01The text was updated successfully, but these errors were encountered: