Skip to content

v0.2.71 Release Notes

This release adds CLI support for auto page-break exports with environment gating, plus documentation updates.

Highlights

  • CLI auto page-break export: new --auto-page-breaks-dir option writes per auto page-break view files when Excel COM is available.
  • Environment gating: the CLI now detects COM availability and only registers COM-specific flags when Excel is usable, preventing unsupported options on non-COM platforms.
  • Parser tests: added coverage to ensure the option is visible only when COM is available.
  • Documentation updates: CLI usage and API docs now describe the COM-gated option.

Compatibility Notes

  • No breaking API changes.
  • On non-COM environments, the --auto-page-breaks-dir flag is hidden and cannot be used.