exceljs

Installation
SKILL.md

ExcelJS

Read and write Excel files in Node.js. Full support for styles, formulas, images, and streaming.

Setup

# Install ExcelJS for spreadsheet generation and parsing.
npm install exceljs

Creating a Workbook

// src/excel/create.ts — Create an Excel workbook with a styled header row and data.
import ExcelJS from "exceljs";
Installs
2
GitHub Stars
128
First Seen
Jun 12, 2026
exceljs — terminalskills/skills