after making data table result, i wnna create excel file .
but in my case i cant create excel file useing excel process scope.
there are many cases excel application scope but i have uipath version 22.4.1 system activities
pz give me a tip to solve this problem. i just wann make a excel file
Hello @James_Kim
You can use write range actiivty to write your data to the excel. If the file is not existing it will create a new one.
Thanks
Hi!
Instead of taking the write range from excel use write range from workbook…
This will works even if you don’t have excel installed in your pc…
Try this and let me know
Regards,
NaNi