Felix Zumstein
Felix Zumstein
Would this be useful to implement such a feature? ```python def sub_async(f): """equivalent to a xw.sub but running in a thread and injecting the activesheet as first argument""" @xw.sub @xw.arg('sh',...
see: https://watchfiles.helpmanual.io/migrating/ https://github.com/xlwings/xlwings/blob/main/xlwings/cli.py#L682-L687
Make filters work even if `myvar` is None, e.g.: ```python {{ myvar | format(".3f") }} ```
It's never been properly implemented. See also: #1133 , #1249 https://docs.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.range?view=office-scripts#excelscript-excelscript-range-sethyperlink-member(1) https://docs.microsoft.com/en-us/office/vba/api/excel.hyperlinks
See https://github.com/xlwings/xlwings/issues/1446
* Done on VBA, but the default may be tweaked * Doesn't seem to be available on GS * Pending on Excel on the web
Relying on Excel tables for dynamic chart sources is very brittle, e.g., the table source reference is destroyed whenever you change the top left corner with the placeholder and you...