DotMD Sheets Showcase
Pipeline
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | Account | Value | Stage | Booked | Owner |
| 2 | Northwind Traders | $48,000 | Won | $48,000 | A. Rao |
| 3 | Contoso | $31,500 | At risk | $0 | J. Okonkwo |
| 4 | Fabrikam | $22,750 | Open | $0 | M. Lindqvist |
| 5 | Tailspin Toys | $67,200 | Won | $67,200 | A. Rao |
| 6 | Adventure Works | $15,400 | Lost | $0 | S. Haddad |
| 7 | Total | $184,850 | $115,200 |
Data
| A | B | C | D | E | F |
|---|---|---|---|---|---|
| 1 | Month | Direct | Partner | Revenue | Units |
Dashboard
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | DotMD Sheets — every number below is computed live, across five tabs | ||||||
| 2 | Period | KPI | |||||
Formula Tour
| A | B | C | D | E | F | G |
|---|---|---|---|---|---|---|
| 1 | Function | Live result | Region | Bookings |
Read me
| A | |
|---|---|
| 1 | This workbook is a Markdown file |
| 2 | Open the more menu and export to Markdown. What you get back is this exact file: a three-dash frontmatter block whose one key is dotmd, carrying the tabs, frozen panes, merges, column widths, dropdowns, tables and every cell format as stable-sorted JSON. |
| 3 | Below the fence sits one "## TabName" heading per tab, each followed by an ordinary GFM pipe table whose header row is the column letters. Formulas are stored RAW — the cell holds =SUM(B2:B7), not 101200 — so the file re-imports as a live workbook rather than a snapshot. |
| 4 | That makes the round trip idempotent: import it, export it, and you have the same bytes. Put it in a repo and every change to a number is a one-line diff you can review. |
| 5 | What travels, and what does not |