xlsx

Generate, modify, and export XLSX files in Node.js and Python.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill xlsx-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/xlsx-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill xlsx-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Excel workflows often require repetitive, error-prone manual editing, formatting, and data consolidation across multiple sheets and formats.

Core Features & Use Cases

  • Automate creation and modification of Excel workbooks (Sheets, formatting, formulas) using Node.js (ExcelJS, SheetJS) and Python (pandas, openpyxl).
  • Read, parse, and transform XLSX data for reports and dashboards.
  • Convert between CSV and XLSX, merge data from multiple sheets, preserve formatting, and generate templates.

Quick Start

Automatically create and format an Excel workbook from a source dataset and save as an XLSX file.

Frequently Asked Questions about xlsx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Excel workflows and generate XLSX files with Python or Node.js?

Automate Excel workflows by generating, modifying, and exporting XLSX files programmatically. You can use Python with pandas and openpyxl or Node.js with ExcelJS and SheetJS to create workbooks, apply formulas, and preserve formatting.

What is the best way to convert CSV files to XLSX while preserving data formatting?

Converting CSV to XLSX is handled by parsing raw data and rebuilding it as a formatted workbook. Using openpyxl or ExcelJS, the process transforms flat data into structured sheets while preserving data integrity and applying necessary formulas.

Can I use pandas and openpyxl to populate Excel templates and merge multiple sheets?

Yes, pandas and openpyxl support template population and merging data from multiple sheets. The Skill reads, parses, and transforms XLSX data to consolidate information across sheets while maintaining existing formatting and formulas.

How do I modify existing Excel workbooks to apply formatting and update formulas programmatically?

Modify existing Excel workbooks by loading the file and applying programmatic changes to cells and formulas. Libraries like ExcelJS and openpyxl allow you to update data, apply formatting, and export the modified XLSX file seamlessly.

Does this approach support cross-language interoperability between Node.js and Python for report generation?

Cross-language interoperability is supported for report generation across Node.js and Python environments. The Skill satisfies requirements for programmatic workbook creation and data transformation using ExcelJS, SheetJS, pandas, and openpyxl interchangeably.

What are the limitations of automating Excel data cleansing and report generation with code?

Automating Excel data cleansing and report generation requires handling data integrity preservation carefully. While programmatic workbook creation handles formatting and formulas, complex manual visual layouts or highly dynamic dashboards may need specific templating approaches.