- Release Notes: https://docs.xlwings.org/en/latest/whatsnew.html
- Installation: To install this release, you must use a package manager like
uv,pip, orconda, you can't install from source directly, see https://docs.xlwings.org/en/stable/installation.html - CLI:
xlwings.exeis a standalone xlwings command-line client with very limited functionality. It currently works for thexlwings vbaandxlwings addin -fcommands and saves you from having to install a full Python installation if these are your only use cases.
What's Changed
- Bump pyo3 from 0.26.0 to 0.29.0 by @dependabot[bot] in #2710
- Resume streaming functions after full recalc by @fzumstein in #2713
- Normalize JS null values to Python None (Pyodide >= 0.28.0) by @fzumstein in #2712
- fix calls with multiple object handles as args by @fzumstein in #2711
Full Changelog: 0.36.5...0.36.6