Coda to Excel

The fastest way to export Coda to Excel is to paste your API token below -- the converter lists your docs and tables, fetches every row (paginating automatically), and downloads a clean .xlsx file. No installation. Your token is never stored.

Generate one at Account Settings → API Settings → Generate API token. Your token is never stored.

How to export Coda to Excel

  1. Generate an API token. In Coda, go to Account Settings → API Settings → Generate API token. Copy the token -- it is shown only once.
  2. Load your docs. Paste the token above and click “Load Docs” to see all docs your token can access. Pick a doc, then pick a table.
  3. Convert and download. Click Convert, then Download .xlsx to save the file.

How to get your Coda API token

Log in to Coda and click your avatar in the top-right corner, then choose Account Settings. On the left sidebar select API Settings, then click Generate API token. Give the token a name and copy it -- Coda only shows the token once. Paste it into the tool above.

How to export a Coda table to Excel

Coda does not have a native Excel export option for individual tables. The fastest path is:

  • This tool (free, instant): paste your API token, pick a doc and table, download .xlsx. Handles pagination -- no row-count limit.
  • Coda Pack or Zapier: recurring sync to a spreadsheet, but requires setup and a paid plan.
  • Copy-paste: works for small tables but loses formatting and breaks on large tables.

Frequently asked questions

Is my Coda API token stored?
No. The token is used only to fetch your data and is never logged or saved. All calls route through a stateless proxy that stores nothing.
Does it export more than 500 rows?
Yes. The converter follows Coda's nextPageToken pagination cursor and fetches all rows regardless of table size.
Which Coda column types are supported?
All column types. Complex values such as arrays and objects are flattened to readable text automatically.
Can I paste a Coda doc URL instead of an ID?
Yes. Paste the full Coda doc URL and the converter extracts the doc ID automatically.