processing-excel-files
Installation
SKILL.md
Processing Excel Files
Edit and manipulate Excel files using the xlsx-populate library while perfectly preserving original formatting.
When to Use
- User wants to edit existing Excel files without destroying formatting
- Working with .xlsx files that have complex layouts or merged cells
- Need to add formulas, styling, or new worksheets to existing files
- Creating Excel reports from templates
When NOT to Use
- Only need to read data from Excel (use
xlsxlibrary instead for better performance) - Creating simple Excel files from scratch without formatting concerns