API Documentation
⌘K
API Key
Get free key POST
/api/1/excel-addin/batchBatch Functions
Executes multiple Excel custom functions in a single request, ideal for populating spreadsheet ranges
Request Body
required
application/jsonobjectrequestsarrayArray of:
objectidstringUnique request ID (cell reference)
functionstringFunction name
argsarrayArray of:
Responses
Was this helpful?
Request
curl -X POST \
'https://api.eulerpool.com/api/1/excel-addin/batch' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'200 Response
{
"responses": {
"id": "string",
"value": null,
"error": "string"
}
}