excel-bar-chart-visualization

Merge multi-sheet Excel data, compute cross-group counts, and render a Matplotlib bar chart.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill excel-bar-chart-visualization-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-bar-chart-visualization
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-da-excel-workflow/capability/excel-data-visualization/bar-chart-visualization
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill excel-bar-chart-visualization-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you summarize multi-sheet Excel data with cleaning and cross-group counting, then produces a polished bar chart (with support for both Chinese and English labels) for easier analysis and reporting.

Core Features & Use Cases

  • Excel data merging & cleansing: Concatenates multiple sheet dataframes, normalizes key fields (e.g., name unification via regex), and restores merged-cell content using forward fill and logical reconstruction.
  • Cross-group statistics & mapping: Supports single-dimension counts and two-dimensional cross-tab style aggregation (e.g., category vs question type), including configurable mapping into standardized categories and totals.
  • Result output & visualization: Exports computed statistics (including a total row) to an Excel file and renders a visually enhanced bar chart with readable labels.

Quick Start

Use the excel-bar-chart-visualization skill to merge your multi-sheet Excel dataset, compute cross-group counts, export the summary to an Excel file, and generate a formatted bar chart for Chinese/English category labels.

Frequently Asked Questions about excel-bar-chart-visualization

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

FAQPage Schema
How do I create a bar chart from multi-sheet Excel data with cross-group counts?

To create a bar chart from multi-sheet Excel data, this Skill merges datasets, restores merged-cell values, computes cross-group counts, and renders a formatted Matplotlib bar chart. It exports the computed statistics, including total rows, to an Excel file.

What is the best way to clean merged-cell values in Excel before generating a bar chart?

Cleaning merged-cell values in Excel involves normalizing key fields via regex and restoring merged-cell content using forward fill and logical reconstruction. This Skill automates that data cleansing process before computing cross-group counts for visualization.

Does Matplotlib support Chinese and English category labels for Excel bar charts?

Matplotlib supports Chinese and English category labels for Excel bar charts by applying configurable font settings. This Skill renders a visually enhanced bar chart with readable bilingual labels directly from the aggregated Excel summary.

How do I aggregate two-dimensional cross-tab style data from multiple Excel sheets?

Aggregating two-dimensional cross-tab style data from multiple Excel sheets requires concatenating dataframes and mapping values into standardized categories. This Skill computes single-dimension counts and two-dimensional cross-group aggregation for reporting.

Can I export cross-group statistics with a total row to an Excel file?

You can export cross-group statistics with a total row to an Excel file using this Skill. It calculates the cross-group counts from merged multi-sheet data and outputs the complete summary, including the totals, for analysis.

Why does my Excel bar chart show missing values after merging multiple sheets?

Excel bar charts show missing values after merging multiple sheets because merged-cell content is lost during concatenation. This Skill resolves the issue by applying forward fill and logical reconstruction to restore the values before counting.