Hi, I think this is a bug, as my workbook write range does not work as intended for .xls file. It will clear all the cells in that row before writing it.
Here is a screenshot of my activities & i/o file:
Figure 1: Build DataTable Activity
Figure 2: Workbook Write Range Activity
No, I want to write from E2 to G2, but it clears the other cells at Row 2. But this only happens for .xls file while I’ve tested for .xlsx file & turned out the result is not the same; where it won’t clear the other cells.
Well first read the excel file and the using the assign activity at the particular position and then you write the range activity to write the data into excel.
Thanks for the suggestion. Yes, there’s other way to do that which requires more steps. I actually try to report a bug (this is my first time too). I just want UiPath to know if this is a bug, I would like for them to fix it.
I’m sorry, I mean, it doesn’t work for Workbook Write Range, even if I specify the range. For Excel Write Range, it works fine either it is specified or not.
Did you tried with .xls and .xlsx files with Workbook Write Range activity?
Also did you tried the same in Excel write range with both the files? With the same files.
I’ve tried to repro this following the steps described here. On the latest version of the Excel package, I wasn’t able to repro this. Would you be able to try again and let us know if this happens? If it does, would you be able to share a sample workflow?