Sub-skill of xlsx-to-python: Core Principle: Excel Values = Test Data.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill core-principle-excel-values-test-data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Core Principle Excel Values Test Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-core-principle-excel-values-test-data)More formats (shields.io, HTML) on the badges page.
---
name: xlsx-to-python-core-principle-excel-values-test-data
description: 'Sub-skill of xlsx-to-python: Core Principle: Excel Values = Test Data.'
version: 1.0.0
category: data
type: reference
scripts_exempt: true
---
# Core Principle: Excel Values = Test Data
## Core Principle: Excel Values = Test Data
When an Excel spreadsheet contains a calculation with input values and computed
results, **those cell values are the test cases**. The two-pass extraction strategy:
- **Pass 1** (`data_only=True`): read computed cell values — these become `pytest.approx()` assertions
- **Pass 2** (`data_only=False`): read formula strings — these become Python function implementations
This means every spreadsheet with formulas is simultaneously a specification,
an implementation reference, AND a test fixture.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.