I have scenarios like:
- Create a workflow that adds the values on column A with values on column B and writes them in column C in different ways
- Keeps the excel open and writes the results in real time, row by row so we can see the changes
- Keeps the excel closed, set the column values in the memory DataTable and adds all the table to the excel file at once, in the end
- Calculates the SUM by using excel formulas
please provide me a solution