googleSheets.clearRangeFormatting() removes formatting from a grid range or native-table section while preserving cell values.
Example
Inputs
Providespreadsheet and range. A grid range takes sheet plus optional one-based inclusive row and column bounds. A table target takes table and optional section: all, header, body, or footer.
Omit properties to clear all user-entered cell formatting. Otherwise provide one or more of backgroundColor, borders, horizontalAlignment, hyperlinkDisplay, numberFormat, padding, rotation, text, text.bold, text.color, text.family, text.italic, text.link, text.size, text.strikethrough, text.underline, textDirection, verticalAlignment, or wrap. Clearing text clears every text-format property. Use a text.* value for a narrower reset.
This action doesn’t remove conditional-format rules, ordinary banding, or native-table styling. Those separate layers can still make cleared cells look formatted.
Second argument { account } selects the Google Account. All action inputs accept compatible signals.
Output
Returns the resolved zero-based, end-exclusive grid range with numericsheetId.