Skip to content

Digits v0.4.0

Choose a tag to compare

@apeabody007 apeabody007 released this 13 Jun 04:15
· 4 commits to main since this release

Digits v0.4.0 — the full Claude↔Numbers translator.

This release expands Digits from cell editing to full spreadsheet management. 22 tools, still zero dependencies (pure-stdlib Python — no pip, no uv, no node).

New in 0.4.0

  • Sheet management: add, rename, delete sheets (tabs)
  • Insert/delete rows and columns at any index (not just append)
  • Export the document to PDF, Excel (.xlsx), or CSV
  • Save to a specific .numbers path

Everything Digits does

Read tables (values + formulas), batch-write cells and formulas, manage rows/columns/sheets, import/export CSV, export PDF/Excel, create and save documents, plus a bundled budget-review skill. Edits are live and undoable; nothing saves until you say so.

Install

Download digits.plugin below, or:

/plugin marketplace add apeabody007/digits
/plugin install digits@digits

Requires macOS with Numbers. First run prompts for Automation permission.

Known limits (platform, not Digits)

Numbers' scripting can't duplicate a sheet's contents (-1717) or reorder sheets (-10000), and exposes little cell formatting. Documented in the README.