I need to export a data in jsp page(i.e in a webpage) to a .CSV file onclick of a button.
Can someone help me on how to code?
I need to export a data in jsp page(i.e in a webpage) to a .CSV file onclick of a button.
Can someone help me on how to code?
You need to use the JDBC connectivity for this. Please refer to the below doc. https://www.roseindia.net/jsp/jdbccsv.shtml