office-document-analyzer

Extract structure, text, images, and formatting from Excel and PowerPoint files.

Updated May 16, 2026
One-click install
npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill office-document-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-document-analyzer
Source: https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory/tree/main/.github/skills/office-document-analyzer
Command: npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill office-document-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you understand Office-based design documents that are difficult to inspect manually by extracting structure, text, images, and layout details in a repeatable way.

Core Features & Use Cases

  • Parses Excel workbooks with ClosedXML to report sheets, used ranges, merged cells, pictures, and cell styles.
  • Parses PowerPoint presentations with OpenXml to list slides, text, shapes, positions, and embedded images.
  • Use it when you need to review specification files, inspect screenshots or diagrams inside documents, or turn visual design notes into actionable understanding.

Quick Start

Analyze the attached Office file and summarize its structure, key content, and any embedded visual elements.

Frequently Asked Questions about office-document-analyzer

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

FAQPage Schema
How do I extract text and images from an Excel workbook for content inspection?

Extract text and images from an Excel workbook by parsing the file with ClosedXML. This process reports sheets, used ranges, merged cells, pictures, and cell styles to support content inspection and design-spec review.

Can I parse PowerPoint slides to list shapes and embedded media using OpenXML?

Yes, you can parse PowerPoint slides with OpenXML to list slide objects, text, shapes, positions, and embedded images. This handles layout analysis and extracts visual elements from presentation files.

What is the best way to analyze Office documents for layout and formatting details?

The best way to analyze Office documents for layout and formatting is using automated parsing libraries. This approach extracts structure, text, images, and styling from Excel and PowerPoint files repeatably without manual inspection.

Does ClosedXML support extracting merged cells and cell styling from Excel files?

Yes, ClosedXML supports extracting merged cells and cell styling from Excel files. Parsing Excel workbooks with this library reports used ranges, pictures, and detailed cell style information for design-spec review.

How do I turn visual design notes from PowerPoint specifications into actionable understanding?

Turn visual design notes into actionable understanding by parsing PowerPoint presentations with OpenXML. This extracts slide structure, text, shapes, and positions, converting embedded visual elements into clear insights.

When do I need to parse Office documents instead of inspecting them manually?

Parse Office documents instead of inspecting manually when reviewing specification files that are difficult to open or contain complex layouts. Automated extraction handles merged cells, slide objects, and embedded media repeatably.