Open GoogleCodeExporter opened 8 years ago
Yes have the same problem.
Could it be a problem with the JRE version?
Original comment by josha...@gmail.com
on 12 Aug 2009 at 9:14
What JRE version are you using ? what JRE version should be used ?
Thank you
Original comment by xfournier.morel
on 12 Aug 2009 at 10:36
I'm using the lastest version of the JRE/JDK.
I was wondering if we should use a previous version?
Original comment by josha...@gmail.com
on 13 Aug 2009 at 7:15
I've found what the problem is.
To see the error message you must execute the jar file with the command line
(not
directly by clicking on the jar file) => java -jar GCal2Exel.jar
pb comes from line jxl.write.Formula( 2, (row+2), "SUM(C3:C"+row+")" );
in the converter class.
You are probably running under a non english system.
My windows and excel are french versions, and the SUM function is called SOMME
in
excel. I modified the code line that sums to : jxl.write.Formula( 2, (row+2),
"SOMME(C3:C"+row+")" ); and it works perfectly well.
Original comment by josha...@gmail.com
on 17 Aug 2009 at 9:51
I have the same problem of empty Excel file. How and where, can I change the
SUM function in SOMME function
? (MAC OS 10.6 french Mac Office 2008 french)
Original comment by rauchpat...@gmail.com
on 5 Jan 2010 at 10:20
You have to modify the java code.
Original comment by josha...@gmail.com
on 5 Jan 2010 at 12:50
Original issue reported on code.google.com by
xfournier.morel
on 6 Jul 2009 at 4:55