xlsx

Create, edit, and analyze spreadsheets across XLSX, XLSM, CSV, and TSV formats.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Ahmednoorani258/Hackathon2-phase3 --skill xlsx-ahmednoorani258
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Ahmednoorani258/Hackathon2-phase3/tree/main/.claude/skills/xlsx
Command: npx skills add https://github.com/Ahmednoorani258/Hackathon2-phase3 --skill xlsx-ahmednoorani258

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, editing, and analysis of spreadsheets, enabling quick, formula-driven workbooks without manual tedium.

Core Features & Use Cases

  • Create new workbooks with formulas and formatting to standard templates
  • Read, analyze, and visualize data across XLSX, XLSM, CSV, and TSV formats
  • Update existing spreadsheets while preserving formulas and templates, ensuring consistency

Quick Start

Create a new spreadsheet with a sample dataset, include formulas for totals, and apply formatting.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate spreadsheet creation with formulas and formatting?

Automate spreadsheet creation by building new workbooks with formulas and formatting using openpyxl and pandas. This generates standardized templates and formula-driven outputs without manual data entry or formatting tedium.

Can I update existing spreadsheets while preserving formulas?

Yes, you can update existing spreadsheets while preserving formulas and templates. The process reads and modifies data across XLSX, XLSM, CSV, and TSV formats, ensuring formatting and formula consistency is maintained during edits.

Does this approach support reading and analyzing data across CSV and TSV formats?

Reading and analyzing data supports CSV and TSV formats alongside XLSX and XLSM. It leverages pandas for data manipulation, enabling quick analysis and visualization workflows across multiple spreadsheet file types.

Do I need LibreOffice to recalculate spreadsheet formulas?

Yes, formula recalculation requires LibreOffice via recalc.py. While openpyxl and pandas handle spreadsheet creation and data manipulation, LibreOffice provides the necessary environment to execute and recalculate formula-based calculations accurately.

What is the best way to standardize workbook templates with consistent formatting?

Standardize workbook templates by enforcing formula-based calculations, documenting hard-coded values, and applying consistent formatting. This approach ensures standardized outputs across automated workflows, maintaining template integrity and calculation accuracy.