How to insert 100 as values into the columns named FRI and SAT until the last row.
Hi @vidyasak ,
we can do in many ways.
- Read the excel. you would get the data in data table.
- Int counter_ = 1;
- iterate for datatable using for each row in datatable
- section use activity Write cell activity. mention the range value K + count.
- Increment the counter_ value
- Read the excel. you would get the data in data table.
- iterate for datatable and update the row value
- create the excel again
- create a macro in the excel.
- Invoke macro
Thanks Siva for the solution. Can u share a sample code for the second option.
Hi @vidyasak ,
here is the code.
BlankProcess1.zip (151.0 KB)
1 Like
Thanks @Siva_krishna_Thumma ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
