I have run some SQL queries and put the results in the spreadsheet as I am on a Spring / Java environment, so I To run the query using JDBC was to run again through ResultSet, and to use Jakarta POI to create a simple XLS.
It looks like a very common requirement, so I was wondering if something is already available - a package which can execute questions, given some SQL queries and a datasource and They can "export" as a result of them in a spreadsheet. Does anyone know about such a package?
I very much like Andy Khan for POI.
Comments
Post a Comment