Sometimes Excel is overkill. You just need a grid, a few numbers, and a sum. Opening a full spreadsheet application, creating a file, saving it somewhere — it’s too much friction for a quick calculation.
I built Mini Spreadsheet for exactly that. It sits in your system tray, out of the way, until you need it. One click and you have a clean 25-row grid ready to go. No file to save, no ribbon to navigate.
Anyone who has worked with Excel knows the tax it charges just to open it. The OLE initialization, the random pauses, the ticks and stutters before you can type a single number. Half the time you just need a column of numbers added up — you don’t need all of that. Mini Spreadsheet opens instantly, no loading screens, no file dialogs, no surprises. And when you do need to take it further — share it, format it, or run a pivot — one click sends everything straight to Excel, formulas and all.
What It Does
Mini Spreadsheet is a lightweight Windows desktop app with a 5-column, 25-row grid and real formula support. It is not trying to replace Excel — it is trying to replace the calculator.
- Formulas:
=A1+B2,=A1-B2,=SUM(A1:A25) - Click a cell while typing a formula to insert its reference
- Drag across cells to select a range (e.g.
A1:C10) - Shift+Arrow to extend a range from the keyboard
- Live column totals in the SUM footer — always visible
- Numbers formatted with commas automatically
- One-click Export to Excel if you need to take it further
- Minimises to the system tray — always one click away
- Optional: launch automatically at Windows startup
Who It’s For
Anyone who finds themselves opening Excel just to add up a column of numbers. Accountants doing a quick sanity check. Project managers rough-costing something on the fly. Anyone who wants a persistent scratchpad that is always one click away and never asks you to save a file.
Free for personal use. Copyright © 2024–2026 diyaccountant.ca. Redistribution or modification is not permitted.
How to Get It
Download the zip file below. It includes a standalone Windows executable (no Python required), a Python script version for technical users, and a full README.
Download Mini Spreadsheet v1.1
Windows 10/11 64-bit. Free for personal use.
