v0.3.7 Release Notes¶
This release adds formula extraction to the structured output, expanding the pipeline, models, and backends while keeping the existing modes and fallbacks.
Highlights¶
- Added
formulas_mapextraction (formula string -> cell coordinates) via openpyxl for .xlsx/.xlsm and COM for .xls, withinclude_formulas_mapoption and verbose default behavior. - Pipeline, engine, and models now propagate
formulas_mapend-to-end, with updated samples and documentation. - Rendering robustness improved for print-area exports (safer page numbering and error handling during PrintArea restoration).
Notes¶
formulas_mapis emitted inverboseby default; useinclude_formulas_mapto enable/disable explicitly.