saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

Excel command Write Row #273

Closed achm-ui closed 2 years ago

achm-ui commented 2 years ago

I try every possibility to use Excel Write Row command with no luck. I know to use Append Row inside Loop List. After I use Append Row i.e from A1 to A7 I want to fill B1 to B7 for other data. I think Write Row can do it but it fail/error. I use taskt v3.5 and Excel 2010.

achm-ui commented 2 years ago

I know the solution that is using excel - set cell inside loop list B{loop.currentindex}. But I still wonder how to use Write Row command.

achm-ui commented 2 years ago

Solve. Write Row with DataTable variable must put inside Loop Number of Times to extract n-th row.