v1.0.108
iOfficeAI/OfficeCLIv1.0.108Jun 9, 2026by github-actions[bot]
AI Summary
This release focuses on fixing bugs related to Excel (xlsx) file processing, specifically correcting how embedded formulas and conditional formatting are preserved when rows are inserted or deleted.
Key Highlights
- Fixed embedded formulas in data validation, conditional formatting, and table structures during row insert/delete operations
- Fixed conditional formatting sqref expansion to ensure it stays within the sheet's used extent
- New contributor @dragonwhites joined the project with their first contribution
Full Release Notes
## What's Changed * fix(xlsx): shift embedded formulas in dataValidation/conditionalFormatting/table on row insert/delete by @dragonwhites in https://github.com/iOfficeAI/OfficeCLI/pull/146 * fix(xlsx): clamp conditional-format sqref expansion to the sheet's used extent by @dragonwhites in https://github.com/iOfficeAI/OfficeCLI/pull/147 ## New Contributors * @dragonwhites made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/146 **Full Changelog**: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.107...v1.0.108