Hello.
I am wondering a bit about the behavior of the Set Worksheet Value
from Library RPA.Excel.Files
.
It seems to have no functionality. I even placed a Log right before it to check whether the Worksheet is still available. Everything is working fine. Even the log files are ok but the data will not be added to the worksheet.
Did I miss something?
Here is the relevant snippet from my code:
Log ${activeSheet}
Set Worksheet Value ${rowIndex} 2 ${result} NumberString2Sum
Thanks.