Link to home
Start Free TrialLog in
Avatar of Ash_San
Ash_San

asked on

import resultset in java to an excel sheet

Hello All
i have a database application where i get the query results in ResultSets in java. How can i display data in this resultset on a blank excel worksheet.

Thanks for your help
Avatar of anokun7
anokun7

Just write the data in the result set as a csv file (comma separated values) - name the file also as a .csv. Then it will open up in excel and show each csv in its own column...
ASKER CERTIFIED SOLUTION
Avatar of ysnky
ysnky
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial