Introduction
EqualTo Sheets provides spreadsheets as a service to developers. It's the quickest and easiest way to enhance a product or website with spreadsheet technology.
In summary, you can do the following in the EqualTo Sheets:
Create a blank workbook.
Import an existing XLSX workbook.
Export a workbook to XLSX format.
Embed a widget in a website or app, so that users can collaboratively edit spreadsheets.
Create/read/update/delete workbook data using our REST and GraphQL APIs.
Simulate “what if” scenarios using our REST API (“If cell
Sheet1!A1
is changed to60
, what value is calculated inSheet1!D20
?”).
This documentation provides deatils on all of the above.
Last updated