I am trying to save an excel file using read cell and write cell activity in Excel Application Scope. When running the code, it is throwing an error saying ‘Sheet does not Exist’, though the sheet is present in the excel file.
You have used all shortcut key to copy the excel item,create new excel(dailysheet), changed name,paste value into new excel, saved it ,navigated to A1 cell. And after that you trying to use UiPath activity “read cell”
I really don’t get it unless your not doing this in citrix why didn’t you use all the excel activity available to read excel ,copy the datatable to another excel and again read from new excel.
1.excel application scope(master file path) 2.read range (output datatable) 3. excel application scope(daily file path) 4.write range (pass as input datatable)
There is a lot of formatting involved after pasting the data from master file to daily file, that I had removed from this workflow before posting it here for simplicity.
Once the formatting is complete, I need to save the daily file for which I want to use read cell and write cell which is not working.