# Excel Export

GeoDin can export any data table to Excel: general data, sample tables, measurement data tables, and data sequence series. The export preserves column titles via cell formatting, so the resulting workbook is ready to read or to use as a round-trip import template.

For CSV equivalents, see [CSV Export](/exporting-data/csv-export.md). For the import side of the round-trip, see [CSV and Excel Import](/importing-data/csv-and-excel-import.md).

## Exporting a tabular view

Export commands sit on most tabular views and are identified by the **red dot with two arrows** icon. The same icon and dialog are used across general data, sample tables, measurement tables, and data sequence series — the workflow is consistent regardless of the data type.

The **All Objects > Data Management > General Data** tabular view shows metadata for all locations at once. Exporting this view produces a single workbook covering every location in the database, useful for project-level reporting or as a starting point for bulk-edit-then-reimport workflows.

## Round-trip with import

Excel files exported by GeoDin contain headers matching GeoDin's internal parameter names. They can be re-imported via the import wizard's **Automatic Link** mapping with no manual column-mapping step required.

Typical workflow:

1. Export the relevant data type from GeoDin to Excel (creates a template with correct headers).
2. Edit or fill the file in Excel.
3. Re-import using the import wizard.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.geodin.com/exporting-data/excel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
