---
title: "Download Report as Excel"
method: GET
path: "/timmi-timesheet/api/reports/{reportId}/download-excel"
tags: ["Reports"]
---

# Download Report as Excel

`GET /timmi-timesheet/api/reports/{reportId}/download-excel`

<Info>
  This endpoint does not adhere to the "v3 API endpoints" principles. 
  The "fields" query parameter is not supported, but all fields are 
  systematically returned.
</Info>

Download a report content as an Excel file `.xls`.

Column delimiter and numbers formating depends on the authentified user's culture.

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
