Table Share

Share Excel Tables Without Login (What Survives the Paste)

ยท Updated ยท 5 min read

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

What doesn't survive

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:

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

  1. In Excel, select the range you want to share.
  2. Ctrl+C (or Cmd+C).
  3. Open table-share.org. Click the paste box. Ctrl+V.
  4. The link is auto-copied to your clipboard.
  5. 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:

Privacy notes

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 โ†’

Related