v0.3.2
v0.3.2 Release Notes
This release adds merged cell range extraction and output controls, with
pipeline integration and tests to cover the new feature. (PR #35 )
This feature allows LLM to more accurately understand the relationships between cell values.
Highlights
MergedCellmodel andSheetData.merged_cellsadded to output.- Merged cell ranges extracted via openpyxl in standard/verbose modes.
- Output can exclude merged cells via
OutputOptions.filters.include_merged_cells. - Pipeline/Backend/Modeling integrations updated with coverage for the new flow.
Compatibility Notes
- Standard/verbose outputs now include
merged_cellsby default. - Set
StructOptions.include_merged_cells=Falseor
OutputOptions.filters.include_merged_cells=Falseto suppress the field.