Files
nocodb/packages/noco-docs/docs/060.table-operations/080.download.md
Raju Udava ed822d0b4e Update packages/noco-docs/docs/060.table-operations/080.download.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-14 12:21:35 +05:30

27 lines
1.0 KiB
Markdown

---
title: 'Download'
tags: ['Table operations', 'Download', 'Gallery view', 'Kanban view', 'Grid view', 'CSV', 'JSON', 'Excel']
keywords : ['NocoDB table', 'download', 'export']
---
NocoDB offers users the ability to export data from the spreadsheet grid in a variety of formats. This feature is useful when working with large datasets and can be used in conjunction with the `Filter` and `Sort` feature to further refine your data.
### Download Data
To export data from NocoDB, follow these steps:
To export data from NocoDB, follow these steps:
1. Click on the view name in the top bar to open the view context menu.
2. Choose the `Download` option.
3. Select the desired file format from the dropdown menu.
![Export](/img/v2/table-operations/download.png)
### Related topics
- [Field Operations](/table-operations/field-operations)
- [Filter](/table-operations/filter)
- [Sort](/table-operations/sort)
- [GroupBy](/table-operations/group-by)
- [Row Height](/table-operations/row-height)
- [Quick Search](/table-operations/search)