- 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
- pyemscripten wheel build by @fzumstein in #2747
- added Sheet.show_gridlines by @fzumstein in #2748
- Improve chart handling by @fzumstein in #2749
- default chunksize by @fzumstein in #2750
- added pivot table support by @fzumstein in #2751
- add horizontal and vertical alignment properties to Range class by @fzumstein in #2752
- added support for Sheet.used_range (calamine engine) by @fzumstein in #2753
Full Changelog: 0.37.2...0.37.3