> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoice exports

> Learn how to export your invoices

If you wish to export your invoice data, especially for accounting purposes, Hyperline provides you with built-in and flexible file exports.

## Export flow

<Steps>
  <Step title="Click on the Export invoices button">
    On your [invoices page](https://app.hyperline.co/app/invoices), click on the **Export invoices** button in the top-left corner.

    <Frame>
      <img src="https://mintcdn.com/hyperline/MApYXEeVMjSBTMHp/images/invoices/export1.png?fit=max&auto=format&n=MApYXEeVMjSBTMHp&q=85&s=48e8ed9d8fe824eadd76027a8bfde8e5" style={{ margin: "auto" }} width="1448" height="922" data-path="images/invoices/export1.png" />
    </Frame>
  </Step>

  <Step title="Select the type of export">
    We provide you with three export types:

    * **Simple export**: Export a single file with the details of your invoices.
    * **Detailed export**: Export two files with invoices and their line items in a zip file.
    * **Complete export**: Export invoices, their line items and the PDF files in one go.
  </Step>

  <Step title="Select your export period">
    Select the start date and end date of data you want to export.
  </Step>

  <Step title="Select the format of the generated file">
    We provide you with CSV, XLSX or JSON format.
  </Step>

  <Step title="Click on Download">
    A file is automatically downloaded with the related data.
  </Step>
</Steps>

### Amounts format

The exported amounts are represented in the currency's smallest unit.

For **European currencies**, this means that amounts are represented in **cents**. If you want to convert the exported amount into its decimals format you need to divide it by `100`. For example, an exported amount of `3417` (Euro, a two-decimal currency) will correspond to `€34.17`.

The same logic applies for **zero-decimal currencies** and **three-decimal currencies**. In this case, you need to apply the right multiplier (or none). For example, an exported amount of `12065` (West African CFA franc, a zero-decimal currency) will correspond to `F CFA 12065`.
