mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-24 05:31:02 +03:00
Hardcoded threshold of 3 non-empty cells prevented header detection in spreadsheets with 1-2 columns (e.g. query console results). Use Math.min(3, maxCol + 1) so narrow tables can still be parsed structurally. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>