XLSX API в Sheet
Записывает JSON из REST/GraphQL в лист Excel
Поддерживает автопагинацию и маппинг полей.
Документация API
Конечная точка запроса
POST /ru/api/tools/xlsx-api-to-sheet
Параметры запроса
| Имя параметра | Тип | Обязательно | Описание |
|---|---|---|---|
| sourceType | select | Нет | - |
| url | text | Да | - |
| method | select | Нет | - |
| headers | textarea | Нет | - |
| queryParams | textarea | Нет | - |
| body | textarea | Нет | - |
| graphqlQuery | textarea | Нет | - |
| graphqlVariables | textarea | Нет | - |
| dataPath | text | Нет | - |
| paginationType | select | Нет | - |
| maxPages | number | Нет | - |
| pageParam | text | Нет | - |
| pageStart | number | Нет | - |
| pageSizeParam | text | Нет | - |
| pageSize | number | Нет | - |
| offsetParam | text | Нет | - |
| offsetStart | number | Нет | - |
| cursorParam | text | Нет | - |
| cursorStart | text | Нет | - |
| hasMorePath | text | Нет | - |
| nextCursorPath | text | Нет | - |
| totalPagesPath | text | Нет | - |
| fieldMapping | textarea | Нет | - |
| sheetName | text | Нет | - |
| outputFileName | text | Нет | - |
Формат ответа
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
Файл:
Файл
Документация MCP
Добавьте этот инструмент к конфигурации сервера MCP:
{
"mcpServers": {
"elysiatools-xlsx-api-to-sheet": {
"name": "xlsx-api-to-sheet",
"description": "Записывает JSON из REST/GraphQL в лист Excel",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-api-to-sheet",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.
Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]