There was an error while loading. Please reload this page.
PUT /api/insertCols
Insert columns between two positions start column and end column.
PUT https://localhost:8080/api/insertCols JSON Parameters: { "bookId": "cjfx4leqo", "sheetName": "Grade", "startCol": 0, "endCol": 5 }
{ "status": "success", "message": null, "data": null }