I am trying to write a excel file with large amount of data into multiple sheets.
But when the excel file size increased more than 25MB, the process has been terminated with a unhandled exception.
Using latest version 2019.9
Tried initially with 2018.4 version, faced the same issue.
yah this happens,
may i know how may records are added because the limit of excel is limited to 1,048,576 rows by 16,384 columns but this can be handled with EXCEL ACTIVITIES i.e., dont use workbook related activities for such large and use excel activities which will directly use MS Excel application