Database resultset to be saved in excel

Am using Aspose.Cells for java and would like to save the data from java resultset object fetched from database to the excel sheet. How can this be achieved?

Hi,

Thanks for your interest in Aspose.Cells for Java.

Please refer to this document: Importing Data to Worksheets

This link is broken. Is this still possible now?

1 Like

@manojp1988,

Sorry for the broken link.

Please try using the below link for example code and details on how to import ResultSet into Excel document for your reference:

Hope, this helps a bit.