- 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
- improve responsive grid layout for card items by @hwhsu1231 in #2727
- Fix injectable typehints in custom functions by @fzumstein in #2728
- Allow xw.Book etc. in any position in custom scripts by @fzumstein in #2729
New Contributors
- @hwhsu1231 made their first contribution in #2727
Full Changelog: 0.36.13...0.36.14