> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Export

Export or print data directly from the data grid.

## Export CSV

Export data as a CSV file.

<Steps>
  <Step title="Export CSV">
    Export records in CSV format.

    * Click the actions quick button **Export CSV**
    * The file is generated and downloaded automatically
  </Step>
</Steps>

## Export Excel

Export data as an Excel file.

<Steps>
  <Step title="Export Excel">
    Export records in Excel format.

    * Click the actions quick button **Export Excel**
    * The file is generated in UTF-8 with BOM
    * The file is downloaded automatically
  </Step>
</Steps>

## Print

Print the current data grid view.

<Steps>
  <Step title="Print data">
    Print records from the data grid.

    * Click the actions quick button **Print**
    * The print preview opens in your browser
    * Adjust settings and print as needed
  </Step>
</Steps>
