Felix Zumstein

Results 390 comments of Felix Zumstein

Basically, the issue is that Excel doesn't have a time-only type. A time-only cell has the date 1/1/1900, so you should be able to send over a `datetime` object with...

you'll also need to add `dt.time` to https://github.com/xlwings/xlwings/blob/main/xlwings/_xlwindows.py#L91 or it's not triggering that conversion in: https://github.com/xlwings/xlwings/blob/main/xlwings/_xlwindows.py#L459

xlsxwriter can only write new workbooks and hence you can't work on an open workbook. Anything you can do with VBA you should be able to do with xlwings, at...

Please have a look here: https://github.com/ZoomerAnalytics/xlwings/issues/8, hope that helps

I am experiencing this error when the page is accessed from behind a proxy, like e.g. in an office or hotel. Would this make sense...?

Thanks for your response! In the meantime I could make the original Linux based image work by using this hack: https://github.com/puppetlabs/pupperware/blob/master/README-windows.md#set-the-volumes-directory-permissions together with a named volume (host mounting wouldnt work)....

I'll need to look into that, too, yes. Currently doing LCOW via git bash (which also works great). On Thu, 7 Nov 2019, 19:09 Adam Farden, wrote: > Glad you...

OK, that's possible. Also possible that there's a difference between Docker EE and Docker Desktop (which I assume you use).