I have a template, I want to insert some dynamic values into the defined template. The template is in excel format. I just want to open the excel template and replace the existing values. The template attached for the reference. How to make this possible.
Replace CPU percentage only, This is in cell B or C whatever
Hi @prejith Scenario
1.Use Excel Application Scope Activites.
2.Use Read Range Activities.
3.Create a variable with datatype Datatable.
4.Use it to ReadRange Activities output properties.
5.Use Foreachrow activities to iterate in the loop.
6.Use Write Cell to write your desired value.