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 497 forks source link

Encoding issue #155

Open szotyi41 opened 5 years ago

szotyi41 commented 5 years ago

I trying to rewrite the code. I found some solutions in StackOverflow, but it not helps me.

I got this message if i trying to load őúűáé characters from .xls files. .xlsx doesnt work with all data, its gave me invalid data.

Notice: iconv(): Detected an incomplete multibyte character in input string in /var/www/clients/client1/web2/web/ordermanagement/vendor/nuovo/spreadsheet-reader/php-excel-reader/excel_reader2.php on line 1718

feiyangzhang commented 5 years ago

I got same problem, have you sloved it ?