> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting DataSets

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can export DataSets from Domo as Microsoft Excel or CSV files. You do this in the Details view for the DataSet in the Data Center.

<Note>
  **Note:** Excel supports only up to one million rows when exporting. DataFusions cannot be exported.
</Note>

***

**Important:** By default, Domo disables any formulas in Excel files before they are exported (as these formulas could contain malicious code). If you are an Admin user or have a custom role with the "Manage All Company Settings" privilege enabled, you can re-enable Excel formulas when exporting by doing into **Admin Settings > Security > Exporting data** and unchecking the box reading "Disable Excel formulas." However, it is strongly recommended that you do not uncheck this box.

**Video - Exporting a DataSet**

<iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="//www.youtube-nocookie.com/embed/wygg8nBpIuI" width="560" />

**To export a DataSet as an Excel or CSV file,**

1. Click **Data** in the toolbar at the top of the screen.

   The Data Center opens, with the **Data Warehouse** tab opened by default.
2. Click the
   <InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPVh.png" /> icon on the left side of the screen to open the **DataSets** tab.
3. Locate and click the DataSet you want to export.

   The Details view for the DataSet opens.
4. Click the ellipses icon
   <InlineImage src="/images/kb/ka0Vq00000013FB-00N5w00000Ri7BU-0EM5w000005vPWz.png" /> in the top right-hand corner of the screen, then select **Export data**.
5. Select either **Excel** or **CSV**.

The DataSet is downloaded to your machine as an Excel or CSV file.
