Hi , while I was trying to fetch the data table from database it's asking me to download that data in CSV file. Can't we download it as a Excel.
Page 1 / 1
You can only save as csv by using read from database. if you need to store in excel file. please add below logic.
- Open csv file.
- Read csv and store the data in table.
- close csv
- create excel workbook
- write from Datatable
Thanks,
Aravindh S
aravindhkumar002@gmail.com
Thanks bro, it's working.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.