Hub

Spreadsheet Formulas Playground

Excel-style analytics for business students

Playgrounds

Sandbox

  • Playgrounds

Languages

  • 🐍Python
  • 🗄️SQL
  • 📊R
  • ⚡JavaScript
  • 🔷TypeScript
  • 🐘PostgreSQL
  • 🔶dbt
  • 📊DAX
  • 🖥️Bash / Shell
  • 📗Spreadsheet Formulas
← All languages
📗
liveanalyticsSpreadsheet Studio

Spreadsheet Formulas Playground

Full spreadsheet studio with Excel-style grid, formula bar, open/export .csv and .xlsx, and 400+ functions via HyperFormula — entirely in your browser.

In this workspace

What you get when you open Spreadsheet Studio.

Recalculate
  • Multi-sheet grid

    Tabs, formula bar, and HyperFormula recalculation

  • Charts

    Build simple charts from selected ranges

  • Import / export

    Open CSV/XLSX and download results

  • Large sheet viewport

    Up to 5,000×26 with virtual scrolling

Your Spreadsheet Formulas playgrounds

🚀

No Spreadsheet Formulas playgrounds yet

Opens in the Spreadsheet Studio workspace.

Starter template

# Revenue model — use Excel formulas with cell references
# Labels
A1 = Region
B1 = Q1
C1 = Q2
D1 = Total

# Data
A2 = West
B2 = 1200
C2 = 1400
D2 = =SUM(B2:C2)

A3 = East
B3 = 980
C3 = 1100
D3 = =SUM(B3:C3)

A4 = South
B4 = 740
C4 = 850
D4 = =SUM(B4:C4)

# Summary row
A5 = Total
B5 = =SUM(B2:B4)
C5 = =SUM(C2:C4)
D5 = =SUM(D2:D4)

A6 = Average Deal
B6 = =AVERAGE(B2:B4)
C6 = =AVERAGE(C2:C4)
D6 = =IF(D5>3000,"Strong quarter","Review pipeline")

show A1:D6

What you'll learn

  • ✓Business analytics
  • ✓Financial modeling
  • ✓Excel certification prep
  • ✓Non-coding tracks
Loading usage…

Runtime requirements

Engine
HyperFormula
Type
worker js
Cold start
~500 KB
Execution
Runs fully in your browser

Packages / WASM

  • hyperformula@3.3.0
  • chart.js@4.4.1

Limitations

  • 5,000 rows × 26 columns with virtual scrolling (32-row viewport)
  • Multi-sheet workbooks with tabs; formula engine via HyperFormula
  • Basic charts from cell ranges; pivots and VBA macros are not supported yet

Libraries

HyperFormulaSpreadsheet grid UIOpen / export CSV & XLSXSUM / AVERAGE / IF / VLOOKUP400+ Excel functions

Still on the roadmap

  • Progress & challenges

    Micro-challenges per language with XP rewards, similar to catalog tracks.