googleSheets.clearValues removes cell contents while preserving formatting, validation, comments, and other cell properties.
Example
Inputs
Providespreadsheet and one A1/named range or non-empty ranges array. Second argument { account } selects the Google Account.
Output
Returns{ spreadsheetId: string; clearedRanges: string[] }. Google bounds unbounded input ranges to the actual cleared grid. This doesn’t delete or shift rows.