I am looking for the possibility of creating an excel file from a query that a user may generate on our database, so that the user can download it.
Currently we have results displaying to the GUI, but I am wondering what is the best way to create the excel file with the data returned. I'm using a MySQL DB, java JAxRS, JavaScript & html5.
Any suggestions are very welcome.