Import and export

Export a sheet to CSV or Excel, paste data in from the clipboard, and understand how governed data enters a sheet.

Sheets export cleanly to the formats your colleagues use, and data can enter a sheet in a few ways. This page covers both directions.

#Export to CSV or Excel

From the toolbar, use:

  • Download as CSV — a standards-compliant CSV file (RFC 4180 quoting), suitable for any spreadsheet or data tool.
  • Download as Excel (.xlsx) — a valid Excel workbook. Numbers export as real numeric cells and text as text, so formulas and formats in the receiving application behave as expected. The active tab exports as a single worksheet.

Exports are generated in your browser, so nothing leaves your session to produce the file.

#Getting data into a sheet

Data reaches a sheet in two governed ways rather than by uploading a file into it:

  • A bound exploration. The primary path — bind a tab to a saved query so its rows and columns come straight from your semantic model. See Sheets overview and Building queries.
  • Clipboard paste. Copy a range from another spreadsheet and paste it into free cells; Flax round-trips tab-separated values on copy and paste.

Tip

To bring an external CSV or Excel file into Flax as queryable data, upload it as a connection rather than pasting it into a sheet. See CSV uploads. You can then bind a sheet tab to it.

#Next steps