About This Game
A Google Sheets-style spreadsheet editor where you can enter data, write formulas, format cells, and export to CSV. Features a formula bar, cell formatting (bold, italic, colors, alignment), and functions like SUM, AVG, MIN, MAX, COUNT, and IF.
How to Play
- Click a cell to select it, then type to enter data
- Press Enter to confirm and move down, Tab to move right
- Start a formula with = (e.g. =A1+B1 or =SUM(A1:A10))
- Use the formula bar at the top to see and edit the full cell contents
- Format cells with the toolbar: bold, italic, colors, alignment, font size
- Add or delete rows and columns with the +Row, +Col, -Row, -Col buttons
- Click Save to save your spreadsheet, Open to load a saved one
- Export CSV to download your data as a spreadsheet file
Controls
📊
Arrow keys to navigate, Enter to edit, Tab to move right, type to start editing
Tips & Tricks
- Ctrl+B for bold, Ctrl+I for italic, Ctrl+U for underline
- Ctrl+S saves your spreadsheet instantly
- Formulas: =SUM(A1:A10), =AVG(B1:B5), =MIN(C1:C3), =MAX(D1:D3)
- Use =IF(A1>10, "big", "small") for conditional values
- Delete or Backspace clears the selected cell
- Arrow keys navigate between cells when not editing
- Your spreadsheet auto-saves every 30 seconds
- Type the cell name (like B5) in the cell reference box and press Enter to jump there