Open GoogleCodeExporter opened 9 years ago
this is weirder and weirder, if I process the original excel format I get the
garbled junk, but if I open the file in excel and then save it again (no
changes!) it processes perfectly :-/
So, my sample works fine.
Original comment by michaelh...@gmail.com
on 27 Feb 2012 at 1:27
I have the same issue... I export an excel from data from a database, when I
change some values in the excel all the digits in the excel are parsed as
General[]... But when I import the exported list without editing it all works
fine... So the issue seems to be with (changed) Excel-sheet. But what could it
be? Somebody?
Original comment by pimdui...@gmail.com
on 13 Jun 2012 at 8:15
On line 835 in the function "_format_value" in the first line I returned:
return array ('string' => $ a, 'formatColor' => null);
and it worked in my case it worked.
In case:
// ADDED by Matt Kruse for better formatting
function _format_value ($ format, $ num, $ f) {
return array ('string' => $ a, 'formatColor' => null);
}
Surely the problem with other Excel files, but in my case the execel is simple
then it did not yield problem.
Original comment by thalisso...@gmail.com
on 7 Jul 2015 at 8:38
Original issue reported on code.google.com by
michaelh...@gmail.com
on 27 Feb 2012 at 9:35Attachments: