Sheets
  • Introduction
  • REST API
    • Authentication
    • Reading / updating a workbook
    • Creating / uploading a workbook
    • Simulation API
  • GraphQL API
  • Authentication in production
  • Embedding example
  • Excel compatibility
  • Example apps
Powered by GitBook
On this page

Introduction

NextREST API

Last updated 2 years ago

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 to 60, what value is calculated in Sheet1!D20?”).

This documentation provides deatils on all of the above.

EqualTo Sheets