Skip to content

ExcelAlchemy 2.2.7

Choose a tag to compare

@ruicore ruicore released this 04 Apr 05:20
· 6 commits to main since this release
6f37281

ExcelAlchemy 2.2.7

ExcelAlchemy 2.2.7 continues the stable 2.x line with stronger API-facing result payloads, a more complete FastAPI reference app, harder install-time smoke verification, and more consistent codec diagnostics.

Highlights

  • strengthened ImportResult, CellErrorMap, and RowIssueMap for frontend and API consumption
  • added docs/api-response-cookbook.md
  • expanded examples/fastapi_reference/ into a more copyable minimal application
  • hardened release smoke verification to cover failed-import payloads, generated assets, docs, and FastAPI HTTP behavior
  • unified codec fallback logging under excelalchemy.codecs

Compatibility

  • no public import/export workflow API was removed
  • storage=... remains the recommended 2.x backend configuration path
  • result objects remain stable for 2.x integrations