Share Excel Tables Without Login (What Survives the Paste)
The honest version
You can share an Excel range as a no-signup web link in about five seconds: select cells, Ctrl+C, paste into table-share.org, copy the link, send. The friction lives in expectations โ not every Excel feature survives the round-trip.
This post is the explicit list of what comes through cleanly, what gets dropped, and which Excel-specific behaviors to know about before you send the link. If the goal is "the recipient sees the same values I see," this works. If the goal is "the recipient sees the same workbook," send the file.
What survives
- Cell values. Numbers, strings, dates as they currently display in the cell.
- Row and column structure. A 12ร4 selection becomes a 12-row, 4-column HTML table.
- Header row. The first row is treated as headers by default. There's a "no headers" toggle if your first row is actually data.
- Calculated formula results. If
=A1+B1displays42, the recipient sees42. The formula itself does not travel. - Currency, percentage, date display formats. What you see is what gets sent โ Excel renders these to text on copy.
- Quoted strings with commas. Excel quotes them on copy; the parser un-quotes correctly.
What doesn't survive
- Formulas as formulas. Only their evaluated results. If you need the recipient to re-run calculations, send the file.
- Cell colors, fonts, conditional formatting. All visual styling is dropped. Tables render in the recipient's chosen theme (light or dark).
- Merged cells. Excel "unmerges" on copy โ the value appears in the top-left cell of the original merge and the rest become empty.
- Hidden rows or columns. If a column is hidden in the Excel view, it's not included in the copy buffer. Unhide before copying if needed.
- Images, charts, shapes. Not data, not transferred. The link is data-only.
- Hyperlinks. The display text comes through; the URL behind it does not.
- Comments and notes. Excel-side metadata is stripped on copy.
- Multiple sheets. One paste = one table. To share multiple sheets, create multiple links.
Three Excel-specific things worth knowing
1. Excel copies tab-separated, not comma-separated
Excel's clipboard format uses tabs between cells, not commas. The parser autodetects this โ no setting to change. The reason this matters: if you ever paste an Excel range into a plain text editor, what you see is tab-separated, not CSV.
2. The first-row-is-headers default
The parser assumes row one contains column names and renders it as a styled header row. Three cases where you'll want to flip the "no headers" toggle in the options panel:
- Your selection starts mid-table and the first row is data.
- The source table genuinely has no headers (a raw list).
- The first row contains values that look generic (e.g., "1, 2, 3") and you want them treated as data.
3. Currency and date formatting is locale-dependent
Excel renders $1,234.56 in US locale and 1.234,56 โฌ in German locale โ and copies the rendered form. The recipient sees whatever was rendered on your machine. This is occasionally surprising for international teams; if precision matters, copy the raw numbers, not the formatted display.
The five-second workflow
- In Excel, select the range you want to share.
- Ctrl+C (or Cmd+C).
- Open table-share.org. Click the paste box. Ctrl+V.
- The link is auto-copied to your clipboard.
- Paste the link wherever you needed to send the table.
If the table is wider than expected, the recipient can scroll horizontally โ sticky headers stay visible on mobile. There's also a CSV download button on every shared table so the recipient can pull it back into a spreadsheet if they want.
When to send the file instead
Three cases where a link is the wrong format:
- The recipient needs to edit. Tables are read-only by design. If editing matters, share a Google Sheet or send the
.xlsx. - The recipient needs formulas to re-run on new inputs. The link contains values, not logic. For interactive modeling, send the workbook.
- The table is larger than tier limits. Free tier maxes at 500 rows / 50 columns. Pro at 5,000 / 100. Anything bigger is genuinely a file.
Privacy notes
- No accounts. Creator and recipient both stay anonymous.
- Unguessable URLs. 8-character base62 IDs (over 200 trillion combinations). Brute-force is not a viable attack.
- Auto-expiry. Free links expire after 7 days. Pro links can be set to expire anywhere from 1 hour to 90 days.
- Password protection (Pro). For sensitive data, the $5 one-time Pro upgrade adds password gating on shared links.
- No analytics on free tier. The creator doesn't see who viewed the link.
Try it
Open any spreadsheet you have, copy a range, and paste it on the homepage. You'll see immediately what survives and what doesn't on your own data โ which is more useful than any documentation.
Share an Excel Range โ
Table Share