Writing 20K plus record from database to excel

Hi Everyone,

I have a requirement where in need to fetch more than 20K records from the database and then store it in Excel file,

As of now we are querying all the data once and writing it into a single excel file, which is taking more than 10-15 mins.

Can anyone suggest how we can break this into multiple excel file using the process model i,e if there are 100 records in the databse  then we should be able to get 10 excel file with 10-10 records in each file.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Mike,

    In the Record we have given one link to export the overall data from the table into one excel file, its taking approx 10-15 mins as of now.

    So I have thought if we can set some batch size limit and get the different different files for that set of data.

    For example:

    If in the records(table) we have 100 data and we have set the batch size to 10 then 10 different excel files should get generated once we are clicking the export button.

Children