I want to export my MySQL database to .xls or .txt format. How can I do it in java. What I want to do is that there is a button in my application on pressing which, my database export to excel file.
Thanks.
I want to export my MySQL database to .xls or .txt format. How can
Share
You can use BIRT and generate your database to any format you want. If you are using struts2 you can use
datagridto export it to CSV or Excel.You may find that it is helpful: