nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 498 forks source link

Single Quote in cell terminated read of that cell #90

Open ddoddsr opened 9 years ago

ddoddsr commented 9 years ago

When importing some cells contain Brand Names with single quote ie Tom's Amy's the reading of the cell stops with the single quote which is printed. Ie Tom' Amy' I am using the $Reader = new SpreadsheetReader('myfile.xls'); foreach ($Reader as $Row) { print_r($Row); echo "
"; }

This is in the Google code .. Sorry

TwinMist commented 7 years ago

did you find a fix of this?