A K&E Studios product · Excel is done

KE Sheets

Standalone AI spreadsheet

Kill Excel. Keep the grid. Add agents.

Opens as its own program. Linked into KE Dev OS. Shares the same local workbook library and Office bridge — so fleets, Merz, and the dashboard all speak one spreadsheet language. Coded by William Keenan.

Separate program

grokcode sheets / excel opens a dedicated app window (Chrome app mode) — not buried in a browser tab farm.

Linked into the stack

Same agents, same Office sheet models, sync into project office/ libraries. Merz and fleets can still produce xlsx the OS understands.

Shared local database

Workbooks live under ~/.grokcode/sheets — library index + models + exports + AI history. One source of truth on disk.

AI that writes cells

Formula, fill, analyze, clean, chat. Patches the grid. Export real .xlsx via ExcelJS.

Local-first

Your models never need a Microsoft account. Keys stay on your machine. Optional Grok when you want the copilot.

Built to replace the grind

Budgets, pipelines, trackers — templates ready. Agents use sheets_* tools so fleets can own the model.

Launch

One command. Separate window.

# Install KE Dev OS (includes KE Sheets)
curl -fsSL https://kestudios.dev/downloads/ke-dev-os-install.sh | bash

# Standalone app (Chrome app window when available)
grokcode sheets
# aliases:
grokcode excel

# Library + AI
grokcode sheets new --title "Q3 model" --template budget
grokcode sheets ai sh_… --prompt "Add monthly totals" --action formula
grokcode sheets export sh_…
grokcode sheets sync sh_…   # share with Office stack

# App URL while running
open http://127.0.0.1:7440

Storage: ~/.grokcode/sheets · bridge to cwd/office/ · agents: sheets_*

A K&E Studios product.

Same studio as KE Dev OS, Game Host, and Media API. Spreadsheets that belong to the operator stack — not a 40-year monopoly.