Creating MS Word and MS Excel Reports , please help
Hi all.
I am using SQL Server 2000 and Java and will want to retrieve data from the database and create MS Word and MS Excel report, so can please any one assist in this regard, maybe by specific sudes with tutorials or some sample codes. I have tried to google it around without any success.
Thanks in advance
Cheers.
[343 byte] By [
Maba@ULa] at [2007-11-27 11:12:32]

# 3
Hi,
Take one working jsp files. simple only one work
remove this line -<%@ page contentType="application/html"%>.
Use this line -<%@ page contentType="application/vnd.ms-excel"%>.
And execute the jsp files
let me know working or not.
thanks
# 6
The Apache POI and the JExcel are already mentioned.
Excel can parse plain HTML tables, but that's just bad use of it. How about saving and editing?