I have a jsp page populated with tables from a data base. I have to throw the data of this table in
excel file. Also I have to customize the excel file like border colors, fonts merging cell
cell colors etc along with the data. How can I do it? Is there any java script for this
work? or are there any open source tools for this task?
I have found one like dataTables jquery package but it did not customize the excel file
only throws data to excel. or do I have to use java libraries??
You can use Apache POI for that.
For Reference –