Spreadsheet Builder

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:

  1. Import exceljs and create Workbook instance
  2. Add worksheet with a name
  3. Define columns with headers and widths
  4. Add data rows
  5. Apply basic formatting (fonts, colors, alignment)
  6. Set column widths and row heights
  7. Write to .xlsx file
Related skills
Installs
First Seen