Clears the values of specified columns in all rows starting from a specific row number.
The worksheet containing the rows and columns.
An array of column identifiers to be cleared (e.g., ['C', 'D', 'E', 'AA']).
Optional
The row number to start clearing from (default is 1).
cleanColumns(worksheet, ['C', 'D', 'E', 'AA', 'AD', 'AF', 'AH'], 5); Copy
cleanColumns(worksheet, ['C', 'D', 'E', 'AA', 'AD', 'AF', 'AH'], 5);
Clears the values of specified columns in all rows starting from a specific row number.