What are best ways for reading and processing 1million records present in excel

Hi

I am looking for some of the best ways to handle (reading and processing) 1million records present in excel

I only remember of this approach :-
Read range
For each row

but is there any other alternative approach other than this
because excel might get hang/crash if we use above method

Thanks

1 Like

Hi @Vikram212

Please read the article below for your reference.

https://www.skcript.com/automation/benchmarking-uipath-performance-using-multiple-bots/

cheers :smiley:

Happy learning :smiley:

3 Likes

Hi @Vikram212

Check this for your reference

Thanks
Ashwin S

1 Like

Hi
Excel itself is limited to 1,048,576 rows by 16,384 columns and for arge excel files, I recommend you to use the App Integration Excel activities (those that require an Excel Application Scope).
Only activities from Workbook might throw exceptions when working on large excel files.
for more details on this

Cheers @Vikram212

1 Like