Max

Results 40 comments of Max

Hello - thanks for the answer using the information from this link: https://docs.xlwings.org/en/latest/api/note.html i was able to change and delete comments in cells on MacOs using eg. this code: `ws["A7"].note.text...

Hello - thanks lot again - this seems to work now in Mac - Is it also possible to delete the comment in a cell on Mac? Like i do...

thx again - probably one final question - I realized that the comment-assigment works fine with this code when the cell is empty ``` ws[wCell].api.AddComment(Text = colText) # for Windows...

Hello - i don´t think this will solve the problem with the "num_newest_uas". I used this parameter in the case when a website noted me that i have to use...

Hello - that would be great when there are only returning actual fake user agents.

Thanks - how can i pip install the hotfix for the branch you mentioned?

One additional questions cause you stated this: `Because yfinance now stores exchange timezone info in your local cache, to speedup datetime localization. Sounds like your local timezone cache is bad.`...

Hello - i tried to use the branch - installing and running on my pc using python is no problem (but as i mentioned initisally i have generally no problem...

Hello - can you give me the full patch to the branch? like: `pip install git+https://github.com/tangentlabs/django-oscar-paypal.git@issue/34/oscar-0.6` (i was told that i simply should install the branch in my virtual enironment...

Hello - after running the program with you branch i get the following error: Programm: ``` from datetime import datetime, timedelta import time import os import sys tday = datetime.today()...