Writes a set of formula into a list of named cells in an existing XLSX spreadsheet.
The input table should consist of two columns. The first is the list of cells to be updated, and the second column is the formula to be placed in the cell identified in the first column.
The columns do not require any specific names. They are acted on positionally
e.g.
column1|column2
D2 | B2*C2
D3 | B3*C3
D4 | SUM(D2:D3)
Note that it will not be able to write to a spreadsheet that is currently open in Excel. If this occurs, it may appear that no error has occurred, but nothing will be written.
Requires KNIME 4.7 or above
@takbb Brian Bates 2 June 2023
- Type: TableFormula TableA table containing a list of cells to be updated, and the formula to be applied to each cell.