It is possible to append a row in a table using the method below:
POST /workbook/worksheets/{id|name}/tables/{id|name}/rows/add
How can I do the same but in a worksheet?
Now it's only possible to Update with a specific range:
PATCH /workbook/worksheets/{id|name}/range(address='<address>')
I can't type in the address like "range(address='A(lastRow):C(lastRow)')"