Felix Zumstein

Results 78 issues of Felix Zumstein

this can lead to dev errors, e.g. a workbook uses an older version of xlwings with the legacy license key, while locally, you have the new-school license key in the...

bug

* First priority is the public API under https://github.com/xlwings/xlwings/blob/main/xlwings/main.py * Happy to drop Python 3.7 support for this as in June is EOL, but it should be compatible with Python...

enhancement

* Currently packaged via data_files, which can place data files outside of the package (in our case next to the python.exe), but it is deprecated and isn't handled by any...

Refactoring

On Mac, this is taken care of by appscript, but on Windows, `_datetime_to_com_time` doesn't handle this yet.

enhancement

``` ValueError: \\\\....\\...\\ is not in the subpath of `Z:\\... OR one path is relative and the other is absolute. ```

bug
PRO

See: https://github.com/xlwings/xlwings/issues/2247 this would allow to use formatters to overcome the issue that `"01"` is turned into `1` by using a formatter that turns the number_format of the desired cells...

It shouldn't be necessary to include the workbook name: ```python book.app.macro("'MyWorkbook.xlsm'!WrapText") ``` The following should work instead: ```python book.app.macro("WrapText") ```

The current solution to deal with URL style `mybook.fullname` still has issues (like scanning the whole OneDrive directory when the file is not found) and on macOS it depends on...

pictures.add() leaves the picture selected, so this will help to unselect them.