xlsx

Create, edit, and analyze .xlsx, .xlsm, .csv, and .tsv spreadsheets with formulas.

Updated Apr 19, 2025
One-click install
npx skills add https://github.com/SamuelRM25/app-visitador --skill xlsx-samuelrm25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/SamuelRM25/app-visitador/tree/main/skills/xlsx
Command: npx skills add https://github.com/SamuelRM25/app-visitador --skill xlsx-samuelrm25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of spreadsheets, reducing manual, error-prone handling of large workbook datasets across formats like XLSX, CSV, and TSV.

Core Features & Use Cases

  • Workbook creation: generate new workbooks with formulas, formatting, and data layouts.
  • Data reading & analysis: import data, compute summaries, and visualize results while preserving formulas.
  • Template updates: modify existing templates without breaking formulas and track changes.
  • Use Case: Imagine generating a monthly sales dashboard from raw CSV data and exporting to Excel with preserved formulas.

Quick Start

Create a new workbook named "report.xlsx" with a "Overview" sheet, enter sample data in A1:A5, and set B1 to "=SUM(A1:A5)". Then save the workbook.

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 with formulas and formatting?

To automate Excel workbook creation, use script-driven operations to generate new .xlsx files, input data layouts, and apply formulas like =SUM(). This process yields reproducible workbooks suitable for AI-assisted workflows without manual formatting.

Can I update existing spreadsheet templates without breaking formulas?

Yes, you can update existing spreadsheet templates without breaking formulas. The Skill modifies existing workbooks while preserving formula integrity and tracking changes, ensuring template layouts remain intact during data editing.

What is the best way to convert raw CSV data into an Excel dashboard?

The best way to convert raw CSV data into an Excel dashboard is to import the CSV file, compute data summaries, and apply dashboard-like visualizations. This workflow exports the results to .xlsx format with formulas preserved.

Does this spreadsheet automation approach support TSV and XLSM files?

Yes, this spreadsheet automation approach supports TSV and XLSM files. It applies to .xlsx, .xlsm, .csv, and .tsv formats, enabling data reading, template preservation, and workbook generation across these diverse file types.

How does script-driven data analysis handle formula preservation in spreadsheets?

Script-driven data analysis handles formula preservation by reading imported data, computing summaries, and visualizing results while maintaining the original formulas. This ensures deterministic workbook operations and reproducible outputs.