Hi Everyone,
i have an issue after write data to new sheet.
i have big data and original file is 05678
Write to new sheet but result is 5678
i have work around :-
3.1 with Conv = “'” + Stringdata.tostring. result is '05678
3.2 Change format cells to text but result is '05678 (i’m not sure it’s original from this activities)
as i checking before writing data return 05678 with Message box
Hi @KannanSuresh
Working fine. Can you share link or explain what is different between Write Range in Excel application scope and Write Range activity from system?
Cannot find any documentation with this regard. I think it is because of the way UiPath have coded both activities. Excel write range and read range has to reside within an Excel Application Scope. However, the other one does not need an application scope.