Creating / uploading a workbook
POST /api/v1/workbooks/xlsx
Create a workbook from an Excel workbook.
Parameters:
xlsx_file
: the Excel workbook from which we will create the EqualTo Sheet workbook.(optional)
name
: the name of the newly created workbook
Example curl
invocation:
The response contains some data about the newly-created workbook. Example:
POST /api/v1/workbooks/blank
Creates a blank workbook.
Parameters:
(optional)
name
: the name of the newly created workbook
The response contains some data about the newly-created workbook. Example:
POST /api/v1/workbooks/json
Create a workbook from JSON data.
Parameters:
workbook_json
: the Excel workbook from which we will create the EqualTo Sheet workbook.version
: the version of the schema used byworkbook_json
(optional)
name
: the name of the newly created workbook
The response contains some data about the newly-created workbook. Example:
Last updated