v2
latestOpenAPI 3.1.02026-08-08556285514.3 KBExcel Processing
Generate Excel
Generate Excel file from JSON data using MCP server.
This is the ONLY way to handle JSON to Excel conversions. The workflow is:
- User's document data is provided as JSON
- MCP service converts JSON to CSV
- If template provided, map fields to Excel template
- Return base64-encoded Excel file for download
Args: request: Contains json_data, optional mappings, and optional template_workbook or template_id
Returns: GenerateExcelResponse with base64-encoded Excel file
post/api/excel/generate
Request body
Response
Successful Response