makepad/apps/sheets/demos/sales_table.csv
Admin 3c7566a565 Merge work into webdemos: the mp prefix rename
apps/files, apps/sheets, libs/wm_api, libs/wm_theme and the renamed env vars and script
namespaces meet the demo seams; added demo files move to the renamed paths; the files app
keeps its own makepad_home so demo builds without the chat feature do not link the AI hub.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WV6BzHQiJEvvK9EPc1d4ks
2026-09-02 11:23:11 +02:00

10 lines
343 B
CSV

Date,Region,Product,Revenue,Units
2026-08-03,North,Starter Kit,1840,23
2026-08-05,West,Pro License,4200,12
2026-08-08,South,Support Plan,1560,8
2026-08-12,East,Pro License,5250,15
2026-08-18,North,Support Plan,2340,12
2026-08-25,West,Starter Kit,2160,27
Average sale,,,=AVERAGE(D2:D7),
Largest sale,,,=MAX(D2:D7),
Order count,,,=COUNT(D2:D7),