Writing Excel Files

How do you write data to an excel file in java.
[54 byte] By [krwhale78a] at [2007-11-27 8:55:39]
# 1
If it were me, I'd do a forum search on "excel data exporting".When I did that I got 43 hits most of which were quite relevant. Try it yourself.
petes1234a at 2007-7-12 21:17:06 > top of Java-index,Java Essentials,Java Programming...
# 2
new FileWriter("mydata.csv");
cotton.ma at 2007-7-12 21:17:06 > top of Java-index,Java Essentials,Java Programming...
# 3
See this document : http://www.rgagnon.com/javadetails/java-0516.htmlMy favorite is JExcel-- http://www.rgagnon.com/howto.html
RealHowToa at 2007-7-12 21:17:06 > top of Java-index,Java Essentials,Java Programming...
# 4
have u heard of apache POI-java api to access microsoft format files?check the url" http://poi.apache.org/"...
sabyasachi.roya at 2007-7-12 21:17:06 > top of Java-index,Java Essentials,Java Programming...
# 5
Great !!!
iamjhkanga at 2007-7-12 21:17:06 > top of Java-index,Java Essentials,Java Programming...