Convenience
Convert Sheets
Convert an Excel file to structured JSON data
POST
/
convert
/
sheets
This endpoint is custom for specific financial P&L excel sheets. To request conversion of your excels (or other), please reach out.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Body
multipart/form-data
file
file
requiredname
string
requiredThe name of the file including the extension
sheets
string | null
The names of the sheets in the file you want to include in the conversion given in comma delimited format. If not provided, all sheets will be included
Response
200 - application/json
The response is of type any
.