Skip to main content
Solved

Data table

  • 28 August 2024
  • 2 replies
  • 38 views

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.

2 replies

Badge +3

You can only save as csv by using read from database. if you need to store in excel file. please add below logic.

  1. Open csv file.
  2. Read csv and store the data in table.
  3. close csv
  4. create excel workbook
  5. write from Datatable

 

Thanks,

Aravindh S

aravindhkumar002@gmail.com

Badge +3

Thanks bro, it's working.

Reply