Martin Manns
Martin Manns
When I tried out using this code as a basis for pyspread, I saw two issues: - Sheet order changes - Sheets with identical names are overwritten I have fixed...
Makes `Money` a subclass of `Decimal` in order to fix issues with libraries that employ isinstance.
In order to create an xlsx importer for [pyspread](https://pyspread.gitlab.io/), I am trying to convert the formula `=AVERAGE($C$1:$C$3)` into Python code. I am getting the code `average(_R_("C1:C3"))`. However, I would expect...
**Software Versions** * Python: 3.9.7 * OS: Manjaro Linux (KDE) * Kivy: 2.0.0 * Kivy installation method: Manjaro community repository: python-kivy **Describe the bug** When a window is positioned via...