Categories

XLSX Sheet Theme Pack

Apply consistent colors, fonts, borders, and header styling to Excel sheets and export branded multi-theme reports

Apply a cohesive report theme to one or many worksheets. - Standardize colors, fonts, borders, and header rows - Choose from multiple report presets for finance or business packs - Add zebra stripes, freeze panes, and autofilter behavior - Useful for template cleanup and branded workbook delivery

Example Results

1 examples

Apply a branded workbook theme

Style a workbook with consistent headers, stripes, borders, and frozen panes

xlsx-sheet-theme-pack-example1.xlsx View File
View input parameters
{ "workbookFile": "/public/samples/xlsx/workbook-sales.xlsx", "themePreset": "corporate-blue", "sheetNames": "", "headerRow": 1, "titleRows": 0, "freezeHeader": true, "enableAutoFilter": true, "zebraStripes": true, "autoFitColumns": true }

Click to upload file or drag and drop file here

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

API Documentation

Request Endpoint

POST /en/api/tools/xlsx-sheet-theme-pack

Request Parameters

Parameter Name Type Required Description
workbookFile file (Upload required) Yes -
themePreset select Yes -
sheetNames text No -
headerRow number No -
titleRows number No -
freezeHeader checkbox No -
enableAutoFilter checkbox No -
zebraStripes checkbox No -
autoFitColumns checkbox No -

File type parameters need to be uploaded first via POST /upload/xlsx-sheet-theme-pack 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-sheet-theme-pack": {
      "name": "xlsx-sheet-theme-pack",
      "description": "Apply consistent colors, fonts, borders, and header styling to Excel sheets and export branded multi-theme reports",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-sheet-theme-pack",
      "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]