xlsx

Create, edit, and convert Excel workbooks across CSV, TSV, and XLSX formats.

Updated Nov 22, 2024
One-click install
npx skills add https://github.com/creamgod45/CGCloud --skill xlsx-creamgod45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/creamgod45/CGCloud/tree/main/.agents/skills/xlsx
Command: npx skills add https://github.com/creamgod45/CGCloud --skill xlsx-creamgod45

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, defusedxml, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious tasks involved in creating, updating, cleaning, and converting Excel workbooks, turning raw data into ready-to-analyze spreadsheets.

Core Features & Use Cases

  • Automated workbook creation from raw data sources (CSV/TSV/JSON) into XLSX.
  • Read, edit, and format existing spreadsheets, apply formulas, and clean messy data.
  • Convert between tabular formats (CSV/TSV to XLSX, XLSX to CSV/TSV) for data pipelines.
  • Generate charts, styles, and basic analyses directly in Excel workbooks, with a deterministic workflow.
  • Use Case: A data analyst imports daily sales data as CSV and outputs an XLSX with computed totals, pivot-ready data, and formatting.

Quick Start

Create an Excel workbook from CSV or data source and return a polished XLSX ready for analysis.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel workbook creation from CSV or JSON data?

You can automate Excel workbook creation by importing raw data sources like CSV, TSV, or JSON and converting them into a polished XLSX file. The workflow applies data cleaning, formatting, and formulas to produce a spreadsheet ready for analysis.

What's the best way to clean and format messy data in an existing XLSX spreadsheet?

To clean and format messy data in an XLSX spreadsheet, you can automate the editing process to apply formulas, update styles, and standardize raw data. This ensures deterministic, error-checked workflows for production-ready outputs.

Does this approach support converting between CSV and XLSX formats for data pipelines?

Yes, converting between tabular formats supports data pipelines by transforming CSV or TSV files into XLSX and vice versa. This enables seamless integration of spreadsheet data into automated processing workflows.

Can I generate charts and computed totals directly in Excel workbooks?

You can generate charts, styles, and basic analyses directly in Excel workbooks by applying formulas to compute totals. The workflow creates pivot-ready data with optional recalculation to guarantee zero formula errors.

What libraries are needed to automate Excel workflows with pandas?

Automating Excel workflows with pandas requires openpyxl for reading and writing XLSX files, and defusedxml for secure XML parsing. These dependencies enable deterministic workbook creation, formatting, and formula updates.