v1.0.144

THU-MAIC/OpenMAICv1.0.144Aug 13, 2026by github-actions[bot]

AI Summary

This release focuses on bug fixes for Excel file processing, correcting SUBTOTAL calculations, empty cell comparisons, and date/time arithmetic to align with native Excel behavior.

Key Highlights

  • Fixed SUBTOTAL formula handling for hidden rows and AutoFilters
  • Corrected empty cell comparison logic to match Excel's empty value
  • Fixed date/time arithmetic to match Excel's serial number conversion

Full Release Notes

## What's Changed
* fix(xlsx): SUBTOTAL ignores AutoFilter-hidden rows (1-11) and all hidden rows (101-111) by @JiaZhengOng in https://github.com/iOfficeAI/OfficeCLI/pull/270
* fix(xlsx): comparison treats an empty cell as Excel's empty value, not text by @JiaZhengOng in https://github.com/iOfficeAI/OfficeCLI/pull/271
* fix(xlsx): arithmetic coerces date/time-formatted text to its serial like Excel by @JiaZhengOng in https://github.com/iOfficeAI/OfficeCLI/pull/276

## New Contributors
* @JiaZhengOng made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/270

**Full Changelog**: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.143...v1.0.144