Closed (won't fix)
Project:
Feeds Excel
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2011 at 08:51 UTC
Updated:
13 Jan 2016 at 22:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
leon85321 commentedOk, turns out newer version of phpExcelReader will fix it.
Here is what I have done:
1. modify the feeds_excel.module:
// require_once($path.'reader.php'); //no need to read this file anymore
require_once($path.'excel_reader2.php'); //new version of phpExcelReader 2.22
// require_once($path.'oleread.inc'); //no need to read this file anymore
2. modify the ExcelParser.inc
//$value = utf8_encode($value); //no need to encode to UTF-8 again.
3. download the newer version of phpExcelReader from here:
http://php-excel-reader2.googlecode.com/files/php-excel-reader-2.22.zip
4. extract to the same location:
/sites/all/modules/feeds_excel/libraries/phpExcelReader/Excel/excel_reader2.php
Then it will work with many other languages since the encoding has been fixed.
Comment #2
derhasi commentedThanks for figuring out the problem. Could you provide a patch for that?
Comment #3
leon85321 commentedHi since this is my first time trying to use the diff, i hope it works ok,
Comment #4
derhasi commentedTry to have a review soon.
Comment #5
Olelishna commentedI tried this for russian characters in 7.x-1.0-beta1 and it works!
Thanks.
Comment #6
mrromios commented