๐Ÿ“Š

Mini Spread

v1.5.1 ยท Chrome Extension ยท Free ยท Local Only

A lightweight spreadsheet right in your browser. Configurable rows ร— 30 columns, formula support, range selection, CSV/XLS export, and auto-saves locally โ€” no account, no cloud, no fuss.

Privacy Policy

Features

๐Ÿ“

Configurable Grid

Default 20 rows ร— 30 columns (Aโ€“AD). Adjust row count (5โ€“500) from the toolbar โ€” the grid rebuilds instantly and your setting is saved.

๐Ÿงฎ

Formula Support

Full formula engine: =SUM, =AVERAGE, =MIN, =MAX, =COUNT, and free-form arithmetic like =A1*B2+10. Cross-cell references supported.

๐Ÿ–ฑ๏ธ

Range Selection

Click and drag to select a range. Shift+click to extend. Shift+Arrow to grow or shrink. Ctrl+A selects the entire sheet.

๐Ÿ—‘๏ธ

Delete Selected Cells

Press Delete or Backspace to clear any selected range. Or use the ๐Ÿ—‘ Clear button in the toolbar. Status bar shows how many cells were cleared.

โ†ฉ๏ธ

Undo (Ctrl+Z)

Made a mistake? Ctrl+Z steps back up to 50 changes โ€” including bulk deletes and formula edits.

๐Ÿ“ค

Export CSV & XLS

One-click export to CSV or Excel (SpreadsheetML XLS). Smart bounds โ€” only the used area is exported, no trailing blank rows.

๐Ÿ”—

Range Assist

Type =SUM( and a hint bar appears. Click your start cell, drag to the end, and the range reference (e.g. A1:B5) is inserted automatically.

โŒจ๏ธ

Full Keyboard Control

Arrow keys, Tab, Enter to navigate. Start typing to overwrite a cell. Ctrl+Z to undo, Ctrl+A to select all โ€” no mouse required.

๐Ÿ“Š

Live Status Bar

Single cell shows its value. Multi-cell selection shows Sum, Average, and Count of numeric values โ€” just like a real spreadsheet.

๐Ÿ’พ

Auto-Save ยท 100% Local

Every edit saves instantly to your browser's localStorage. No servers, no accounts, no internet needed. Your data never leaves your machine.

Supported Formulas

FormulaDescriptionExample
=SUM(range)Sum of a range=SUM(A1:A10)
=AVERAGE(range)Average of a range=AVERAGE(B1:B5)
=MIN(range)Minimum value=MIN(C1:C20)
=MAX(range)Maximum value=MAX(A1:D1)
=COUNT(range)Count of numbers=COUNT(A1:A20)
=A1+B1Cell arithmetic=A1*B2-C3/2
=A1*1.1Multiply by constant=SUM(A1:A5)*0.9

Changelog & Bug Fixes

v1.5.1 Latest
  • Bug fix: =SUM(A3:A7)*1.2 and similar formulas (function + arithmetic) returned #ERR! โ€” now evaluates correctly
  • Also fixes =SUM(A1:A5)+AVERAGE(B1:B5), =MAX(A1:A10)-MIN(A1:A10), etc.
v1.5.0
  • Added Ctrl+C / Ctrl+X / Ctrl+V clipboard support โ€” copy/cut/paste ranges, interoperable with Excel & Google Sheets (TSV)
v1.4.x
  • Added range selection (click & drag, Shift+click, Ctrl+A)
  • Added Delete / ๐Ÿ—‘ Clear button for selected ranges
  • Bug fix: Delete key not firing โ€” fixed by giving grid focus after selection
v1.3.x
  • Configurable row count (5โ€“500), default 20, persisted across sessions
  • CSV & XLS export with smart bounds (used area only)
  • Ctrl+Z undo (50 levels) and range assist for formula entry

Install in 3 Steps

1

Install from Chrome Web Store

Search for the extension on the Chrome Web Store and click Add to Chrome.

2

Enable Dev Mode

Open chrome://extensions and toggle Developer mode on.

3

Load Unpacked

Unzip the file, click Load unpacked, and select the folder.