How to export data to pdf or excel. Datas came from database displayed in JSP page
paul alvin
Greenhorn
Joined: Nov 15, 2012
Posts: 15
posted
0
I am very new in java implementation. Now I am building web application. I want to have an option to download this as pdf or excel file.. Can anybody help me? thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
What, exactly, is "this"? For exporting tabular data the DisplayTag JSP library works well. The JasperReports library could also be an option.