When parsing a excel column that contain data as like, some@mail.com.
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 sivanth...@gmail.com on 30 May 2015 at 7:01
Original issue reported on code.google.com by
sivanth...@gmail.com
on 30 May 2015 at 7:01