Detects fully duplicated rows within a specified sheet range.

This function identifies and returns fully duplicated rows from a given range in a spreadsheet. It takes a single parameter object containing the sheet ID and the range to check, and returns a Promise that resolves to an array of duplicate rows. This can be useful for data cleaning and analysis tasks in spreadsheet applications.

post/duplicateRowsDetection

Request body

Response

Successful operation

string[] required

A duplicate row

Changes