---
title: "Get Spreadsheet Xlsx"
method: GET
path: "/api/v1/spreadsheets/{spreadsheet_id}/xlsx"
tags: ["spreadsheets"]
---

# Get Spreadsheet Xlsx

`GET /api/v1/spreadsheets/{spreadsheet_id}/xlsx`

Always available (D13). Published sources export their frozen values;
the Sources sheet marks every other source live, with the time it was read.

## Path parameters

- `spreadsheet_id` string, uuid, required

## Response `200`

The spreadsheet as an Excel workbook

## Other responses

- `403` — Error
- `404` — Error
- `422` — A source cannot run, or a cell is invalid

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/ae7627cd46da?raw)
