Spreadsheets

Create, edit, analyze, and verify .xlsx, .csv, and .tsv spreadsheet workbooks with formulas and charts.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/AarnavBaddam/skills --skill spreadsheets-aarnavbaddam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Spreadsheets
Source: https://github.com/AarnavBaddam/skills/tree/main/spreadsheets
Command: npx skills add https://github.com/AarnavBaddam/skills --skill spreadsheets-aarnavbaddam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @oai/artifact-tool, and includes references (resource) and assets (resource) components.

What problem does it solve? Building or editing spreadsheet workbooks by hand is slow and error-prone, especially when formulas, number formats, charts, and domain conventions must all stay consistent and auditable. ## Core Features & Use Cases - Workbook Authoring: Create or edit .xlsx, .csv, and .tsv files with formula-driven calculations, typed number/date formats, conditional formatting, tables, charts, and sparklines via the @oai/artifact-tool JS library. - Analysis & Q&A: Read, filter, aggregate, and trace formulas in existing workbooks to answer questions without modifying the file. - Domain Guidance: Apply built-in conventions for financial models, FP&A, healthcare, marketing, and scientific research workbooks, plus a Google Sheets import path for native Sheets deliverables. - Use Case: Ask for a DCF valuation model and receive a verified .xlsx with assumption cells, color-coded inputs, sensitivity tables, a Checks sheet, and rendered visual verification. ## Quick Start Use the Spreadsheets skill to create a formatted .xlsx workbook with formulas and a chart from my data.

Frequently Asked Questions about Spreadsheets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an Excel workbook with formulas and charts?

Describe the workbook you need and the skill builds it with the @oai/artifact-tool JS library, writing values and formulas in blocks, applying number formats, and adding native charts. It renders the sheets visually and scans for formula errors before exporting the final .xlsx.

How do I edit an existing xlsx file without breaking its formatting?

Upload the workbook and describe the change. The skill renders and inspects the existing styles, formulas, and conditional formatting first, then makes targeted edits that match the established conventions rather than restyling the whole sheet.

Can this skill create Google Sheets files?

Yes. For new Google Sheets deliverables, it first builds and verifies a local .xlsx, then imports it through the Google Drive plugin's native import action. Edits to existing Google Sheets are handled through the Google Drive plugin's Sheets skill.

Does it support financial models like DCF or 3-statement models?

Yes. Dedicated domain guidance covers DCF, LBO, 3-statement, and FP&A models, enforcing color conventions for inputs and formulas, sensitivity tables, balance-sheet checks, and a Checks sheet with a model status summary.

What are the limitations of this spreadsheet skill?

It cannot control a live Microsoft Excel application or an open Excel session; it only produces standalone files. It also requires the @oai/artifact-tool runtime and reports a blocker rather than installing packages if that environment is unavailable.