Open GoogleCodeExporter opened 9 years ago
Just change one line in Converter.java from :
jxl.write.Formula formula = new jxl.write.Formula( 2, (row+2),
"SUM(C3:C"+row+")" );
to
jxl.write.Formula formula = new jxl.write.Formula( 2, (row+2),
"SOMME(C3:C"+row+")" );
where SOMME is the excel function translated in French language, put SUMME for
German ...
Original comment by une.belette@gmail.com
on 28 Oct 2009 at 10:06
Thank you!
It's bad that excel doesn't accept the english functions for compatibility.
Would be
great to be able to avoid hardcoding things like that.
Original comment by daniel.a...@gmail.com
on 1 Nov 2009 at 4:25
You can try the online version, it should work for you
http://gcal2excel.syamantics.com/
Original comment by anupom....@gmail.com
on 1 Nov 2009 at 4:52
I'm encountering the same issue. Although I could use the online version I
prefer the
desktop one.
I've found Converter.java in the source code on this site but I can't find it
in the
zip-file I downloaded.
How do I include Converter.java (which I have changed to my language) into the
program?
Original comment by gerjohul...@gmail.com
on 9 Nov 2009 at 2:22
Hi,
you can extract the entire source project via svn from
http://code.google.com/p/gcal2excel/source/checkout
and compile the project vian NetBeans IDE from
http://netbeans.org
bye.
Original comment by une.belette@gmail.com
on 9 Nov 2009 at 5:09
an ods export will be great too. Thanks.
Original comment by jmf.ren...@gmail.com
on 13 Oct 2010 at 10:55
Original issue reported on code.google.com by
daniel.a...@gmail.com
on 17 May 2009 at 9:42