excel-data-analysis-and-report-generation

Extract multi-type Excel data and generate analysis reports with charts.

110|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill excel-data-analysis-and-report-generation-michaelyang-lyx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: excel-data-analysis-and-report-generation
Source: https://github.com/MichaelYang-lyx/AIDABench/tree/main/skills/sn-da-excel-workflow/capability/excel-result-export/report-generation-export
Command: npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill excel-data-analysis-and-report-generation-michaelyang-lyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从Excel提取多类型数据,并生成包含可视化图表与下载链接的综合分析报告,帮助用户从原始表格中快速获得可分享的洞察。

Core Features & Use Cases

  • 基于列的分类映射、统计分析和占比计算,生成包含总计行的统计表
  • 交叉分析(crosstab)能力,支持多维度数据透视
  • 自动生成高分辨率图表并输出可下载的报告文件

Quick Start

Generate an Excel data analysis report with visuals and a downloadable link.

Frequently Asked Questions about excel-data-analysis-and-report-generation

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

FAQPage Schema
How do I generate a comprehensive Excel data analysis report with charts?▼

To generate an Excel data analysis report, this Skill extracts multi-type data, performs categorization and cross-tab analysis, and outputs a report with high-resolution charts and a download link.

Can I perform cross-sheet aggregations across multiple Excel workbooks?▼

Yes, you can perform cross-sheet aggregations across Excel workbooks. The Skill applies crosstab analysis and multi-dimensional pivoting to consolidate data for business analytics tasks like KPI dashboards.

Do I need Python and pandas to extract data and create downloadable Excel reports?▼

Yes, Excel data extraction requires Python with pandas and openpyxl or similar Excel I/O libraries to read the workbook, perform categorization, and generate downloadable report artifacts.

What is the best way to build a KPI dashboard from raw Excel spreadsheet data?▼

The best way to build a KPI dashboard from Excel data is using automated categorization and crosstab analysis to produce statistical tables with totals, high-resolution visuals, and a downloadable report file.

Does Excel data analysis support column-based classification and percentage calculations?▼

Yes, Excel data analysis supports column-based classification. It maps data by column, performs statistical analysis, calculates proportions, and generates statistical tables including total rows.

What are the limitations of automated report generation for Excel data?▼

Automated report generation for Excel data depends on Python I/O library compatibility and requires structured tabular data for accurate categorization and crosstab pivoting to generate the final downloadable artifacts.