document-processing-xlsx

Creates, parses, and manipulates Excel spreadsheets (.xlsx, .xls) using SheetJS.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill document-processing-xlsx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-processing-xlsx
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/document-processing-xlsx
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill document-processing-xlsx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the need to efficiently read, write, and manipulate data within Excel spreadsheets, streamlining data import, export, and reporting processes.

Core Features & Use Cases

  • Data Import/Export: Easily import data from Excel files into applications or export application data to Excel format.
  • Report Generation: Create dynamic financial or data reports directly in Excel.
  • Spreadsheet Automation: Automate tasks like creating, parsing, and manipulating workbooks, worksheets, and cells.

Quick Start

Use the document-processing-xlsx skill to parse the attached spreadsheet file 'data.xlsx'.

Frequently Asked Questions about document-processing-xlsx

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

FAQPage Schema
How do I import data from an Excel spreadsheet into my application?

You can import Excel data by parsing .xlsx or .xls files using libraries like xlsx, exceljs, or SheetJS. This skill processes bulk uploads and extracts workbook data for application integration.

What is the best way to generate Excel reports from application data?

Generating Excel reports is done by creating and manipulating workbooks and worksheets with SheetJS. This skill exports application data directly to spreadsheet format for dynamic financial or data reporting.

Can I automate spreadsheet manipulation for multiple worksheets?

Yes, you can automate spreadsheet manipulation across multiple worksheets. This skill uses SheetJS to create, parse, and manipulate workbooks, cells, and worksheets for comprehensive spreadsheet automation.

Do I need SheetJS to parse bulk uploads from Excel files?

Yes, SheetJS is required to parse bulk uploads from Excel files. The skill relies on SheetJS, xlsx, or exceljs libraries to process and parse .xlsx and .xls spreadsheet formats.

Does this skill support exporting data to both .xlsx and .xls formats?

Yes, this skill supports exporting data to both .xlsx and .xls formats. It processes and creates Excel spreadsheets using SheetJS, enabling seamless data export to either spreadsheet format.