We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DELETE /api/deleteRows
Delete rows between two positions start row and end row.
DELETE https://localhost:8080/api/deleteRows JSON Parameters: { "bookId": "cjfx4leqo", "sheetName": "Grade", "startRow": 0, "endRow": 5 }
{ "status": "success", "message": null, "data": null }