26 lines
997 B
Markdown
26 lines
997 B
Markdown
---
|
|
title: Exporting Data
|
|
---
|
|
|
|
## Exporting Data
|
|
|
|
InvenTree provides data export functionality for a variety of data types. Most data tables provide an "Download" button, which allows the user to export the data in a variety of formats.
|
|
|
|
In the top right corner of the table, click the "Download" button to export the data in the table.
|
|
|
|
{{ image("admin/export.png", "Download") }}
|
|
|
|
This will present a dialog box with the available export options:
|
|
|
|
{{ image("admin/export_options.png", "Export Dialog") }}
|
|
|
|
## Plugin Support
|
|
|
|
InvenTree plugins can also provide custom export functionality for specific data types. If a plugin provides export functionality, it will be listed in the export options.
|
|
|
|
Refer to the [export plugin mixin documentation](../plugins/mixins/export.md) for more information on how to create export plugins.
|
|
|
|
## API Export
|
|
|
|
Data can also be exported via the InvenTree REST API, by appending the appropriate format suffix (and other export options) to the API endpoint URL.
|