- 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
- make llms.txt discoverable by @fzumstein in #2737
- rst -> md files for api docs by @fzumstein in #2738
- Improve type inference for RangeRows and RangeColumns indexing by @lucasP243 in #2739
- Officejs api by @fzumstein in #2740
New Contributors
- @lucasP243 made their first contribution in #2739
Full Changelog: 0.36.17...0.37.0