excel-export-validator
✓Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when checking Excel files, verifying export quality, debugging Excel generation issues, before releasing new versions, or when modifying Excel export code. Ensures zero errors in customer-facing deliverables.
Installation
SKILL.md
Zero Errors Mandate Every Excel export MUST be delivered with:
Issue 1: Missing View Sheets Symptom: Only Calculated Data sheet present Root Cause: View sheet generation skipped in code Fix: Verify createviewsheets() called in export service File: api/app/domain/export/excel/service/exportservice.py
Issue 2: Wrong Column Count Symptom: Calculated Data has != 36 columns Root Cause: Column schema mismatch or missing columns Fix: Check CALCULATEDDATACOLUMNS constant File: api/app/domain/export/excel/constants/columnschemas.py
Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when checking Excel files, verifying export quality, debugging Excel generation issues, before releasing new versions, or when modifying Excel export code. Ensures zero errors in customer-facing deliverables. Source: ivanweissvanderpol/telegram.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ivanweissvanderpol/telegram --skill excel-export-validator- Category
- #Documents
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is excel-export-validator?
Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when checking Excel files, verifying export quality, debugging Excel generation issues, before releasing new versions, or when modifying Excel export code. Ensures zero errors in customer-facing deliverables. Source: ivanweissvanderpol/telegram.
How do I install excel-export-validator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ivanweissvanderpol/telegram --skill excel-export-validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ivanweissvanderpol/telegram
Details
- Category
- #Documents
- Source
- skills.sh
- First Seen
- 2026-02-01