v1.0.144

QwenLM/Qwen3-VLv1.0.144Aug 13, 2026by github-actions[bot]

AI Summary

This release fixes three xlsx-related calculation issues: SUBTOTAL now properly ignores filtered and hidden rows, empty cells are compared using Excel's empty value logic, and date/time formatted text is coerced to serial values correctly.

Key Highlights

  • Fixed SUBTOTAL to ignore AutoFilter-hidden and all hidden rows
  • Fixed empty cell comparison to match Excel's behavior
  • Fixed arithmetic to coerce date/time formatted text to serial values
  • New contributor @JiaZhengOng joined the project

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