excel-sheet-filter-export

Filter Excel worksheet records and export a renamed single-sheet .xlsx file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly inspect large multi-sheet Excel files, apply conditional filtering, and export a cleaned, renamed, analysis-ready single-sheet result with a downloadable output.

Core Features & Use Cases

  • Row counting and distribution checks across sheets: Reads a chosen target sheet, standardizes the filter column, filters by a condition, and computes value counts and shares for a target analysis column.
  • Data cleaning and field normalization: Trims string formatting on the filter column to reduce mismatches and improve filter accuracy.
  • Curated export with renamed fields: Selects relevant columns, renames fields into user-friendly names, writes the filtered result to a new Excel file, and returns a download link.
  • Use case: When you receive a workbook with multiple sheets and need to probe only one sheet’s rows for a given group value, then export the filtered subset for reporting or further analysis.

Quick Start

Use the excel-sheet-filter-export skill to filter the attached Excel file by a specified group value on a target sheet and export the renamed, selected columns as a new downloadable Excel file.

Frequently Asked Questions about excel-sheet-filter-export

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

FAQPage Schema
How do I filter a specific worksheet in a multi-sheet Excel file and export the results?

To filter a specific worksheet in a multi-sheet Excel file and export the results, this Skill reads your target sheet, applies conditional masking to your chosen column, cleans the matching rows, and writes them to a new downloadable single-sheet .xlsx file.

What is the best way to get value counts and distribution shares from an Excel worksheet?

Getting value counts and distribution shares from an Excel worksheet is handled by computing frequencies for your target analysis column after filtering. The Skill standardizes columns first to reduce mismatches, then calculates the share and total rows for quick inspection.

Can I select and rename columns when exporting filtered data from a spreadsheet?

You can select and rename columns when exporting filtered data from a spreadsheet by specifying your desired fields. The Skill renames them into user-friendly names and writes only those curated columns into the final output Excel file with a download link.

Does python pandas support conditional masking and multi-sheet Excel reading for data exploration?

Python pandas supports conditional masking and multi-sheet Excel reading for data exploration by loading the target worksheet, normalizing column formats, and applying boolean masks to isolate specific group values quickly for reporting workflows.

Why does my Excel data filtering return mismatched or missing rows?

Excel data filtering returns mismatched or missing rows often due to inconsistent string formatting. This Skill trims and standardizes the filter column before applying conditional masking, significantly reducing mismatches and improving filter accuracy.