office
Installation
SKILL.md
Office Document Generation
Status: Production Ready Last Updated: 2026-01-12 Dependencies: None (pure JavaScript libraries) Latest Versions: docx@9.5.0, xlsx@0.18.5, pdf-lib@1.17.1, pptxgenjs@4.0.1
Overview
Generate Microsoft Office documents and PDFs programmatically with TypeScript. All libraries are pure JavaScript with zero native dependencies, enabling universal runtime support:
| Format | Library | Workers | Browser | Node.js |
|---|---|---|---|---|
| DOCX | docx |
✅ | ✅ | ✅ |
| XLSX | xlsx (SheetJS) |
✅ | ✅ | ✅ |
pdf-lib |
✅ | ✅ | ✅ | |
| PPTX | pptxgenjs |
⚠️* | ✅ | ✅ |
Related skills