Docsā€ŗšŸ“Š Data Grid›Exporting to CSV

Exporting to CSV

You can download the contents of any Data Grid sheet as a comma-separated values (.csv) file. The export is a snapshot of the data at the moment of export — it is not linked to the grid and won't update automatically.

Exporting the full grid

  1. Open the Data Grid sheet you want to export
  2. Click the ⋯ menu in the sheet toolbar (top right of the grid)
  3. Select Export to CSV
  4. The file downloads immediately to your browser's default download location

The filename defaults to the sheet name with a .csv extension (e.g., Requirements.csv).

What the export includes

IncludedNot included
Column headers (row 1)Jira field mapping metadata
All visible rowsHidden rows (filtered out)
All column valuesPrivacy settings or sheet metadata

Tip: If you have an active filter, only the visible (filtered) rows are exported. Clear your filters first if you want to export the full dataset.

File format

  • Encoding: UTF-8
  • Delimiter: comma (,)
  • Text qualifier: double quotes — used when a cell value contains a comma or newline
  • Line endings: CRLF (Windows-compatible)

Opening the CSV

The exported file can be opened in any spreadsheet application:

  • Excel — double-click the .csv file or use File → Open
  • Google Sheets — use File → Import
  • Numbers — double-click the .csv file

Note: CSV export is one-way. Changes made to the exported file are not synced back to WorkHub or Jira.