Export data

You can export data from your model to Excel .xlsx format files:

  • Export from the model - You can export either the model structure only (table and column names as a template) or all data currently populated in the model. This export feature is intended for smaller models. Use the Download feature for large models.
  • Export from a data table - The data from the current table is exported to an Excel file. The file has a name in the format <ModelName>-<TableName>.xlsx and it is downloaded to your computer. All records in the table are exported, even if a filter is currently applied to the table.

If your table has 100,000 or more rows, it will be exported as a CSV (comma separated value) file, rather than as an Excel xlsx file. If your computer region uses a commas as the decimal symbol, see CSV files in regions such as Germany.

Leading zeros in values

In some cases, values within your tables may have leading zeros. For example, postal codes such as 02139 and product names such as 0012014. When you export table data to .csv format files (for tables with 100,000 or more records), these values retain their leading zeros. However, if you open the file in Excel, the leading zeros are trimmed by default. You can preserve the leading zeros by pulling in the CSV file using the Excel From Text/CSV function on the Data tab as described in this article:

Keeping leading zeros and large numbers

CSV files in regions such as Germany

In regions where the decimal symbol is a comma (,), if you open a comma separated value (.csv) file in Excel, all column values are displayed in a single column. To successfully open the file in Excel so that each column is displayed separately, prepend the data in the csv file with the following as the first row in the file:

sep=,

When this is defined, you can open the file in Excel and the data is displayed in columns as expected.

Last modified: Friday May 12, 2023

Is this useful?