How to Export Google Sheets to Excel

This guide treats “export google sheets to excel” the way busy spreadsheet users actually want it: answer first, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: in Google Drive, File ▸ Import ▸ Upload the .xlsx (or just drag it in and open it) — and going back, File ▸ Download ▸ Microsoft Excel (.xlsx).

Annotated stepsExcel
1

Excel → Sheets: open Google Drive, drag the .xlsx in, then double-click it to open.

2

For full Sheets functionality, choose File ▸ Save as Google Sheets rather than staying in compatibility mode.

3

Check the formulas that matter, especially anything using newer Excel functions, and check every PivotTable.

4

Sheets → Excel: File ▸ Download ▸ Microsoft Excel (.xlsx).

5

Search the downloaded file for #NAME? to find Sheets-only functions that did not survive.

6

If the workbook depends on VBA or Power Query, do not move it — rebuild the automation in Apps Script, or keep it in Excel.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Both directions work and both lose things. Google Sheets opens .xlsx directly, either in Office-compatibility mode (the file stays .xlsx) or converted to native Sheets format via File ▸ Save as Google Sheets, which is the mode where Sheets features actually work. What does not survive the round trip is predictable: VBA macros are dropped entirely, Power Query connections do not exist in Sheets, PivotTables are rebuilt as Sheets pivot tables with different options, conditional formatting with complex rules is simplified, and some newer Excel functions have no equivalent. Going the other way, File ▸ Download ▸ Microsoft Excel converts Sheets formulas back where an equivalent exists and leaves #NAME? where one does not — ARRAYFORMULA, QUERY, IMPORTRANGE and GOOGLEFINANCE have no Excel counterpart. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “export google sheets to excel”. Start on a copy or a tiny sample, keep the affected sheet visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a data step that keeps your analysis trustworthy, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

Upload budget.xlsx to Drive and double-click it: Sheets opens it in compatibility mode with the .xlsx badge in the title. Its SUMIFS and XLOOKUP formulas keep working; its macro-driven refresh button does nothing. Choose File ▸ Save as Google Sheets to get a native copy where collaboration and version history behave properly. Coming back, File ▸ Download ▸ Microsoft Excel (.xlsx) produces a file Excel opens cleanly — but any cell using =QUERY() lands as #NAME?. Files cross between the two constantly — a client sends .xlsx, a team collaborates in Sheets — and knowing exactly what does not survive is what stops a silently broken formula reaching a report. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “export google sheets to excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Expecting macros to come across; VBA is dropped without warning in either direction.
  • Working in compatibility mode long-term and wondering why some Sheets features are greyed out.
  • Converting a workbook with linked external files, which breaks every link.
  • Downloading from Sheets and shipping the file without searching for #NAME?.
  • Round-tripping repeatedly — each pass loses a little more formatting, so pick one system as the source of truth.

Frequently asked questions

How do I convert an Excel file to Google Sheets?

Upload the .xlsx to Google Drive and open it, then choose File ▸ Save as Google Sheets for a native copy. Opening it directly keeps it as an .xlsx in compatibility mode.

How do I convert Google Sheets to Excel?

File ▸ Download ▸ Microsoft Excel (.xlsx). Check the result for #NAME? errors, which mark Sheets-only functions such as QUERY, ARRAYFORMULA and IMPORTRANGE.

Do macros transfer?

No. VBA is not supported in Google Sheets and Apps Script is not supported in Excel. The automation has to be rebuilt on whichever side you land.

What else gets lost?

Power Query connections, some conditional-formatting rules, chart formatting details, and PivotTable layout options. Formulas mostly survive; anything version-specific may not.

Other ways people ask this

On the way here you may have searched this as “how to export excel to google sheets” and “export google sheets to excel” — it is all the same task, and this page is the single, complete answer to it.

This guide also answers

  • how to export from google sheets to excel

Platform & version notes

  • Several of those searches mention Google Sheets — and the good news is that "export google sheets to excel" works there almost identically: the formula syntax carries over unchanged, only the surrounding menus sit across the top of the screen instead of in a ribbon.

Can I do this in Google Sheets too?

Yes. "export google sheets to excel" carries over to Google Sheets with the same formula and almost the same steps — the menus are arranged differently, but the result is identical.

Why do people search for this in so many different ways?

Because the same task has many names. “how to export excel to google sheets”, “export google sheets to excel” all point at the one operation explained on this page, which is why they all lead here.