Hi All,
How can we read the excel file which contains 700000(7Lakh), in UiPath??
I am trying the same using the Read range workbook activity but it’s taking so much of time to read.
Thanks in advance.
Hi All,
How can we read the excel file which contains 700000(7Lakh), in UiPath??
I am trying the same using the Read range workbook activity but it’s taking so much of time to read.
Thanks in advance.
Hi @naveen.s
use the macros (Invoke VBA) to run the code for excel files which has huge data and it will help to execute the code in less time.
Regards
Hi @naveen.s
Instead of reading the excel. Use excel activities,macros(VBA)
@pravallikapaluri
will reading excel activities helps to read faster??
How can I use the Macros??
@vrdabberu
How can I use the Macros??
@lchirathapudi
will reading excel activities helps to read faster??
excel process >> use excel file >> invoke vba
In the invoke vba place the macros code and it will make all the changes in the excel file which you have mentioned in the use excel file activity.
Regards