Skip to content

v0.3.2

Choose a tag to compare

@harumiWeb harumiWeb released this 05 Jan 03:49
· 416 commits to main since this release
a08f4ba

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

  • MergedCell model and SheetData.merged_cells added 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_cells by default.
  • Set StructOptions.include_merged_cells=False or
    OutputOptions.filters.include_merged_cells=False to suppress the field.