📊 OnlyCSharp.Sheets - a real formula engine, wired

Every Total below is computed by the locked-1.6 ComputerScience.Fast.Sheet.OcSheet engine - A1-style cell references, arithmetic, and dependency recalculation - not a typed-in number and not a re-implemented evaluator. The app is pure wiring; the spreadsheet brain already ships in 1.6. Green cells are formulas (their source is shown beneath the value).

formula-engine self-test: 12 KATs passed ✓

ABCD
1ItemQtyPriceTotal
2Apples326=B2*C2
3Bread5420=B3*C3
4Coffee21020=B4*C4
5Total46=D2+D3+D4

↻ live dependency recalculation

Edit B2 (Apples qty): 3 → 10
the engine recomputes every dependent automatically:
  D2 =B2*C2: 6 → 20
  D5 =D2+D3+D4: 46 → 60

Built BCL-only, AOT-clean. The survey listed Spreadsheet as a "library READY, no app yet" gold item - this is the proof the engine is real. See amber_thicket_saffron_harbor_agent/app_archetypes_survey/.

‹ kull.games