Smartsheet to Excel Converter

Export any Smartsheet sheet to .xlsx -- paste your API token, pick a sheet, and download. No OAuth, no install, no data leaves your browser except the Smartsheet API call.

Account -> Personal Settings -> API Access -> Generate new access token

How to export Smartsheet to Excel

  1. Log in to Smartsheet, click your avatar (top-right), then go to Personal Settings > API Access > Generate new access token. Copy the token -- it is shown only once.
  2. Paste the token in the API Token field above.
  3. Click Load Sheets to see all sheets your token can access, then pick one from the dropdown.
  4. Click Convert, then Download .xlsx. The file opens cleanly in Microsoft Excel or LibreOffice.

Export Smartsheet to .xlsx without the desktop app

Smartsheet's built-in export (File > Export > Export to Microsoft Excel) requires the desktop or a paid plan action. This converter reads your sheet directly via the Smartsheet REST API using a personal access token -- no OAuth, no admin setup, no browser extension. Your token is forwarded to the Smartsheet API through a stateless proxy and is never stored.

Smartsheet to Excel -- frequently asked questions

Where do I find my Smartsheet API token?
Click your avatar (top-right in Smartsheet), go to Personal Settings > API Access > Generate new access token. Copy it immediately -- it is shown only once.
Is my Smartsheet API token safe?
Your token is used only for the current API request. It passes through a stateless CORS proxy that forwards it to Smartsheet and stores nothing. It is never logged or retained.
Can I export a Smartsheet sheet by pasting the sheet ID?
Yes. You can skip the dropdown and paste the sheet ID directly in the Sheet ID field. Find the sheet ID in the Smartsheet URL or via the API.
What does the .xlsx file contain?
Column headers are taken from the sheet's column titles. Each row maps cells to columns by column ID, preferring the display value (formatted) over the raw value when both are present.