---
title: "Export as XLSX"
method: POST
path: "/public/v1/objects/{name}/export/xlsx"
tags: ["Object export"]
---

# Export as XLSX

`POST /public/v1/objects/{name}/export/xlsx`

Exports rows matching the query as an XLSX file.

## Path parameters

- `name` string, required

## Request body

- object
  - `query` object — Dynamic-table query. Either a single `{ path, operator, value }` condition, or a nested group `{ operator: 'and' | 'or', conditions: [...] }`.
  - `search` string, nullable
  - `sort` object[], nullable

## Response `200`

XLSX binary

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
