ragardner
ragardner
Hello, By what method would the user be inserting text in the first 3 columns sorry? Speaking for single cell edits a `Sheet()` with `edit_cell_validation=False` will perform the cell edit...
I am a bit confused sorry, With my latest example above if I type into the first column first cell `x_string` and then at the top of the function `sheet_cell_edited`...
Hello, sorry for the long delay in getting back to you I am not entirely sure what's going on but the current value for a cell with a dropdown box...
Ah I think I understand now sorry This is because `set_cell_data()` isn't included in the sheet edit events and so the functions controlling readonly and colors etc aren't being called...
Hello, This is not currently possible, it's an intriguing suggestion though
Hello, Thanks very much for offering your ideas and code, I may or may not implement them sorry (I just couldn't say at the moment) as I am definitely winding...
Hello, In order to respect your time I've considered things some more. A few months ago I was thinking of ceasing development on the library and just dealing with bug...
Hello, Do you mean a scrollbar in particular? like the table vertical scrollbar? or if you mean all scrollbars do you mean like, this? 1. ``` --------------- --------------- ``` or...
Hello, Apologies for the late reply to your last response, To make the scrollbar thicker the existing options should work: try using these keyword arguments on initialization: ```python vertical_scroll_arrowsize: str...
Hi there, Have you tried the option `auto_resize_columns=` which resizes them to an `int` amount of pixels? Or do you mean resizing them to fit the cell text rather than...