Spreadsheet Builder
Originally fromeddiebe147/claude-settings
Installation
SKILL.md
Spreadsheet Builder
The Spreadsheet Builder skill enables creation of professional Excel (.xlsx) and CSV files with advanced formatting, formulas, charts, and data analysis features. Using libraries like exceljs and xlsx, this skill handles everything from simple data exports to complex financial models and dashboards.
Generate data reports, financial statements, inventory lists, analysis dashboards, and any tabular data visualization. Support for multiple sheets, cell styling, conditional formatting, formulas, pivot tables, and charts makes this a comprehensive solution for spreadsheet automation.
Core Workflows
Workflow 1: Create Basic Excel Workbook
Purpose: Build a simple Excel file with formatted data
Steps:
- Import
exceljsand create Workbook instance - Add worksheet with a name
- Define columns with headers and widths
- Add data rows
- Apply basic formatting (fonts, colors, alignment)
- Set column widths and row heights
- Write to .xlsx file