excel-analyzer

Extract worksheet structures and tabular data from Excel files to plain text.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Delay-n-days/dbcjson5 --skill excel-analyzer-delay-n-days
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-analyzer
Source: https://github.com/Delay-n-days/dbcjson5/tree/main/.github/skills/excel-analyzer
Command: npx skills add https://github.com/Delay-n-days/dbcjson5 --skill excel-analyzer-delay-n-days

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of analyzing Excel files, extracting all worksheet structures and tabular data, and saving it into a plain text format for easier review and processing.

Core Features & Use Cases

  • Comprehensive Analysis: Reads all worksheets within an Excel file (.xlsx, .xls).
  • Detailed Output: Displays worksheet structure (rows, columns, headers) and extracts all table data.
  • Use Case: Analyze CAN protocol Excel documents, extract data from various tables, or simply view the structure and content of complex Excel files without opening the application.

Quick Start

Analyze the Excel file named 'protocol.xlsx' and save the output to 'analysis.txt'.

Frequently Asked Questions about excel-analyzer

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

FAQPage Schema
How do I extract data from an Excel file into a plain text format?

To extract data from Excel files into plain text, this Skill reads all worksheet structures and tabular data from .xlsx or .xls spreadsheets and saves the output for easier review and further processing.

Can I use pandas and openpyxl to read all worksheets in an Excel file?

Yes, you can use pandas and openpyxl to read all worksheets. This Skill leverages both libraries to comprehensively analyze Excel files, extracting rows, columns, and headers into a plain text format.

What is the best way to analyze CAN protocol Excel documents without opening the application?

The best way to analyze CAN protocol Excel documents without opening the application is using this Skill to automatically extract worksheet structures and table data, presenting them in a readable plain text format.

Does this Excel spreadsheet analysis tool support older .xls files?

Yes, this Excel spreadsheet analysis tool supports older .xls files. While it uses pandas and openpyxl for .xlsx files, it optionally requires xlrd to successfully read and extract data from .xls formats.

How do I extract table data from multiple worksheets for conversion?

You extract table data from multiple worksheets for conversion by running this Skill. It automatically reads all worksheets within the target Excel file, extracting structures and tabular data into a plain text output file ready for downstream processing.