-
Notifications
You must be signed in to change notification settings - Fork 30
RESTful APIs
Richard Lin edited this page Oct 9, 2020
·
1 revision
To allow programmatic access to the functionality provided by DataSpread we introduce RESTful APIs for DataSpread. These APIs abstract the backend functionality of DataSpread and be used to build an interface for DataSpread. We currently support the following set of API.
GETGet CellsPUTPut CellsPUTInsert RowsDELETEDelete RowsPUTInsert ColumnsDELETEDelete Columns
GETGet SheetsPOSTAdd SheetPOSTCopy SheetDELETEDelete SheetPUTChange Sheet NamePUTMove SheetPUTClear Sheet
POSTCreate TablePOSTLink TablePOSTReference TablePOSTUnlink TableDELETEDrop TablePUTReorder TablePUTFilter TableGETGet TablesDELETEDelete Table RowDELETEDelete Table ColumnPOSTInsert Table RowPOSTInsert Table ColumnPUTChange Table Column NamePUTChange Table Column TypePUTUpdate Table Cells
- Push formula updates from the back-end using event.
- Overall Error Handling.
- Camal Case.