What problem does it solve? Messy spreadsheet data — inconsistent casing, numbers stored as text, mixed date formats, duplicates, and encoding artifacts — breaks analysis and reporting. This Skill profiles each column, detects common data quality issues, and applies auditable fixes before you analyze or share the data. ## Core Features & Use Cases - Issue Detection: Profiles columns to find whitespace problems, inconsistent casing, numbers-stored-as-text, mixed date formats, duplicates, blanks, mojibake, and formula errors like #REF! or #N/A. - Formula-Based Fixes: Writes transparent helper-column formulas (e.g. =TRIM(A2), =VALUE(SUBSTITUTE(B2,"$","")), =DATEVALUE(D2)) instead of silently overwriting original values. - Dual Environment Support: Works inside Excel via Office JS (Excel.run) or on standalone .xlsx files via Python/openpyxl. - Use Case: You receive an export where the country column mixes "usa", "USA", and "Usa", and revenue is stored as text with $ signs. The Skill proposes a fix table, applies casing and number conversions step by step, and reports a before/after summary. ## Quick Start Clean up the messy data in this spreadsheet by fixing whitespace, casing, dates, and duplicates, showing me a summary of proposed fixes first.