You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- render workbook-facing output in `zh-CN` or `en`
11
11
- keep storage pluggable through `ExcelStorage`
12
12
13
-
The current stable release is `2.2.5`, which continues the 2.x line with richer import-failure feedback, clearer documentation entry points, stronger examples, and stronger smoke coverage.
13
+
The current stable release is `2.2.6`, which continues the 2.x line with stronger result-object guidance, a copyable FastAPI reference project, more robust smoke verification, and clearer codec fallback diagnostics.
ExcelAlchemy is a schema-driven Python library for Excel import and export workflows.
12
12
It turns Pydantic models into typed workbook contracts: generate templates, validate uploads, map failures back to rows
@@ -16,7 +16,7 @@ This repository is also a design artifact.
16
16
It documents a series of deliberate engineering choices: `src/` layout, Pydantic v2 migration, pandas removal,
17
17
pluggable storage, `uv`-based workflows, and locale-aware workbook output.
18
18
19
-
The current stable release is `2.2.5`, which continues the ExcelAlchemy 2.x line with richer import-failure feedback, clearer getting-started and public-API guidance, stronger real-world examples, and stronger release smoke coverage.
19
+
The current stable release is `2.2.6`, which continues the ExcelAlchemy 2.x line with stronger result-object guidance, a copyable FastAPI reference project, more robust release smoke verification, and clearer codec fallback diagnostics.
20
20
21
21
## At a Glance
22
22
@@ -186,6 +186,7 @@ Practical examples live in the repository:
0 commit comments