---
title: "Get Excel Preview"
method: GET
path: "/api/excel/templates/{template_id}/preview"
tags: ["Excel Processing"]
---

# Get Excel Preview

`GET /api/excel/templates/{template_id}/preview`

Return a styled preview (with cell formatting) for an Excel template.
Used by the detail view to render the file with colors, fonts, etc.

## Path parameters

- `template_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/b6c76b02a94a/schema)
