Categories

XLSX Dedicated Index Sheet

Generate an index sheet for workbook with links to each sheet and core statistics

Create a workbook index page. - Inserts an index worksheet at first position - Adds hyperlink to each worksheet - Includes row/column/non-empty cell statistics - Can replace existing index sheet with same name

Example Results

1 examples

Generate Workbook Index Sheet

Insert an index worksheet with sheet hyperlinks and row/column statistics

xlsx-dedicated-index-sheet-example1.xlsx View File
View input parameters
{ "excelFile": "/public/samples/xlsx/workbook-sales.xlsx", "indexSheetName": "Index", "includeStats": true }

Click to upload file or drag and drop file here

Maximum file size: 200MB Supported formats: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel

API Documentation

Request Endpoint

POST /en/api/tools/xlsx-dedicated-index-sheet

Request Parameters

Parameter Name Type Required Description
excelFile file (Upload required) Yes -
indexSheetName text No -
includeStats checkbox No -
replaceExisting checkbox No -

File type parameters need to be uploaded first via POST /upload/xlsx-dedicated-index-sheet to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "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)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-xlsx-dedicated-index-sheet": {
      "name": "xlsx-dedicated-index-sheet",
      "description": "Generate an index sheet for workbook with links to each sheet and core statistics",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-dedicated-index-sheet",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]