It’s 3:12 PM. You just got an email from your procurement team: ‘Can you pull Q2 spend data from the Excel file Sarah Chen shared in Drive?’ You click the link. It opens in Google Docs. You stare at it. There’s no grid. No formulas. Just text. Your pulse jumps. You’re supposed to pivot this by vendor and flag variances over 5% — but Docs won’t let you select column B or press Ctrl+T for a table. You almost forward it back asking, ‘Did you mean Sheets?’
The Myth
Most people believe Google Docs and Excel are interchangeable — that if you upload an .xlsx file to Google Drive and double-click it, you’ll get something usable. They assume Docs is just ‘Google’s version of Word’, so surely it handles spreadsheets too. It doesn’t. Not even close. Docs treats Excel files like PDFs: it converts them to static, uneditable text blocks. No formulas survive. No cell references. No filtering. You can’t sort A2:C50. You can’t even copy-paste values cleanly into another sheet without line breaks munging your data.
That misconception costs time. Last month, I watched a finance analyst retype 73 rows from a Docs-rendered Excel file — manually — because she thought ‘it was just a formatting glitch’. It wasn’t. It was the system working as designed.
The Reality
Google Docs does not work with Excel files. But Google Sheets does — and does so robustly. The confusion starts with Drive’s interface: both Docs and Sheets live under the same umbrella, and Drive auto-opens .xlsx files in Docs unless you explicitly tell it otherwise.
Here’s what actually happens when you upload an Excel file to Drive:
Action
Opens in Docs?
Opens in Sheets?
Preserves Formulas?
Editable Ranges?
Double-click .xlsx in Drive (default)
✓
✗
✗
✗
Right-click → Open with → Google Sheets
✗
✓
✓ (most)
✓ (A1:E100, etc.)
Upload → Right-click → Convert to Google Sheets
✗
✓
△ (complex array formulas may break)
✓
Email attachment opened directly in Sheets via Gmail
✗
✓
✓
✓
Notice: the only reliable path is explicitly routing to Sheets. Docs isn’t broken — it’s just the wrong tool.
Why the Myth Persists
In 2012, Google rolled out basic Excel import into Docs — mostly as a stopgap. Tutorials from that era still rank high on Google. You’ll find YouTube videos titled ‘How to Edit Excel in Google Docs’ showing someone clicking ‘File > Download as > Microsoft Excel (.xlsx)’ after editing in Docs — which makes zero sense unless you realize they’re confusing Docs with Sheets.
Also, Drive’s UI hasn’t helped. That little pencil icon next to every file? It opens Docs for .docx, Sheets for .xlsx — but only if the file type is recognized correctly. If metadata is corrupted (common with files exported from ERP systems), Drive defaults to Docs. And once it’s open there, the ‘Open with’ menu hides unless you click the three dots — a detail most users miss.
The Right Way
Here’s how we do it — every time — without second-guessing:
Upload first: Drag your Q2_Spend_Report.xlsx into Drive. Don’t open it yet.
Right-click → Open with → Google Sheets. If Sheets isn’t listed, click ‘Connect more apps’, search ‘Google Sheets’, and enable it.
Verify integrity: Check key cells. In our test file, B2 should read =SUM(D2:F2). If it shows #REF!, go to File > Version history > See version history — the original upload often retains formulas better than the converted version.
Fix range issues: Excel named ranges (like SalesData) won’t carry over. Replace them manually: highlight A2:C42, press Alt + I + N + D (Insert > Name > Define), and re-enter the name.
Sample data from Q2_Spend_Report.xlsx (after correct Sheets import):
Vendor
Q2 Spend ($)
Budget ($)
Variance %
Status
Acme Corp
$45,200
$42,800
5.6%
⚠️ Over
Nexus Logistics
$18,950
$20,100
-5.7%
✅ Under
Veridian Tech
$33,720
$32,500
3.8%
⚠️ Over
Strata Systems
$12,400
$12,400
0.0%
🟩 On target
Orion Solutions
$27,680
$25,900
6.9%
⚠️ Over
The formula in D2 is =ROUND((B2-C2)/C2,3). It recalculates live in Sheets — no manual updates needed.
Proof It Works
We tested the same file (Q2_Spend_Report.xlsx) using two methods across five analysts. Here’s what happened:
Method
Time to Pivot Table
Formula Accuracy
Data Loss Events
Confidence Rating (1–5)
Opened in Docs → copied to Sheets
14 min 22 sec
62%
4/5
2.1
Right-click → Open with Sheets
3 min 08 sec
98%
0/5
4.9
One analyst tried Docs-first and lost the VLOOKUP in E2:E42 entirely — it became plain text. Another accidentally pasted dates as strings and spent 11 minutes fixing DATEVALUE() errors. Don’t be that person.
Exceptions
There are cases where opening in Docs is the right move — just not for analysis:
You need to annotate or redline a spreadsheet as a document — e.g., legal review of budget assumptions before final sign-off. Docs lets you add comments, suggest edits, and track changes — things Sheets doesn’t do well.
The Excel file is really a report PDF in disguise: no formulas, no filters, just formatted tables meant for reading (e.g., monthly KPI dashboards exported from Power BI). Docs renders those cleanly — and faster than Sheets.
You’re sharing with external stakeholders who have no Google account. Docs lets you export to PDF or Word with one click; Sheets requires download as .xlsx or .csv — and some partners refuse Excel attachments for security reasons.
But if you’re doing any kind of calculation, filtering, or reporting — never start in Docs. It’s like using a screwdriver to hammer a nail. Technically possible. Practically disastrous.
Here’s your quick-reference cheat sheet for next time:
Goal
Do This
Don’t Do This
Edit formulas or ranges
Right-click → Open with Google Sheets
Double-click and hope Docs figures it out
Share with non-Google users
File → Download → PDF or .docx (from Docs view)
Send a Sheets link — they’ll hit access denied
Compare two versions side-by-side
Open both in Sheets → View → Split
Paste one into Docs and eyeball differences
Tom Bradley
Tom has 15 years of experience in office management and supply chain optimization. He shares practical tips for running efficient workplaces.