ragardner
ragardner
Hey there, thanks for these Sorry it's taking a while to get a few things done before I move on to this, it might be another couple of weeks or...
I am not sure about adding docstrings, especialy if it means replacing the documentation with them Retaining the ability to permalink a particular function would mean changing the wiki or...
@CalJaDav I've started using the walrus operator quite a bit, in comprehensions especially, I know I said don't use it when we were writing the formatting stuff sorry >_< do...
regarding the span class and arguments such as reset col positions - don't worry about any of that just keep it very simple because I think when it comes to...
An update, I have managed to get syntax such as `self.sheet.span("A1").value` working by storing the sheet widget reference in the span dict and overriding the span dicts `__getattr__` and `__getitem__`...
Hey, no worries at all, no need to look things over if you're real busy it's a work in progress anyways I managed to get the xlwings style syntax working...
Sorry for the delay in replying, If you're NOT concerned about a user being able to insert rows using right click and inserted rows creating cells in column `4` which...
This is intended and is not the reason for flickering, the popped item is configured with new settings and any left over items are hidden. Items are only created and...
Not at the moment sorry, it's something that's been discussed before though and I might try to add it in the near future
Sorry for the late reply, `bbox` is not a tksheet function it's a tkinter function and by using it on a `Sheet()` object you're asking what is the bbox of...