WolfXL Docs¶
Current documentation version: WolfXL 2.1.0
This site documents the WolfXL 2.1.0 package. The API reference includes the 2.1 calculation, rendering, conversion, and workbook surfaces. WolfXL 2.0 is a separate historical release.
Speed Up Excel Pipelines Without Rewriting Your Workflow¶
WolfXL is a Rust-backed Excel engine for Python teams using openpyxl-style workflows. It is built around three priorities:
- Lower migration friction
- Reproducible performance results
- Explicit fidelity tracking
Start Here¶
| Goal | Link |
|---|---|
| Get running quickly | Quickstart |
| Understand WolfXL 2.1 | 2.1 Overview and Upgrade Guide |
| Migrate existing code | Openpyxl Migration Guide |
| Check support coverage | Compatibility Matrix |
| Understand benchmarks | Benchmark Methodology |
| Check current public claims | Public Evidence Status |
| Write launch-safe copy | Launch Claim Brief |
| Review caveats first | Known Limitations |
Why WolfXL¶
Most Excel tooling optimizes one slice of the problem. WolfXL targets practical production workflows where read/write/modify speed and correctness both matter.
Migration-first¶
Keep openpyxl-style workbook, worksheet, and cell patterns.
Evidence-first¶
Benchmark claims are tied to reproducible commands and raw artifacts. When release evidence is in flux, the docs call that out explicitly. For public wording, start from the Launch Claim Brief so supported-scope proof does not turn into a universal claim by accident.
Correctness-first¶
Performance is paired with fidelity checks, not assumed.
Benchmark Environment¶
Unless otherwise noted, published benchmark runs were measured on:
- Apple MacBook Pro M4 Pro
- 24 GB RAM
See Benchmark Methodology and Benchmark Results.
Documentation Map¶
getting-started/- install and first-run guidesmigration/- compatibility and migration from openpyxl/legacy importsperformance/- reproducible benchmark process and troubleshootingfidelity/- scoring model and fixture strategyapi/- workbook/worksheet/cell/style API referenceoperations/- production rollout and upgrade checkliststrust/- limitations, changelog, integrity notes
Case Studies¶
Build Docs Locally¶
From repository root: