ragardner
ragardner
Hello, Thanks for letting me know how you're making use of tksheet! It's nice to hear people are finding it useful 😃 About the blurring issue with the menu items...
Hello, Thanks for the review of the changes, > The only thing I think is still missing, is to hide Cut, Paste and Delete labels from read-only cells. I am...
Hello, Regarding [your question](https://github.com/ragardner/tksheet/issues/292#issuecomment-2971623485), I decided to use a threshold, at the moment it is automated based on a rough estimate of how many cells could fit into the visible...
Thank you for the feedback and for the coffees! Take care
Hello, It's only possible to do that for one column, using `sheet.row_index(column integer)` You also lose the row index numbers when doing this unfortunately
sorry edited for wrong function name
Hello, As a quick example and going by your example, you could do the following: ```python values = span.data ``` But I have also updated the docs for more info...
I am looking into this due to the number of requests, if you have any further tips or advice let me know!
Hello, sorting is coming soon I am just finishing the latest version which will hopefully be released within the next 5 days, changes include: - make the treeview have full...
Hello, Sorting functionality has now been added in version `7.4.0` along with many other changes https://github.com/ragardner/tksheet/wiki/Version-7#sorting-the-table Let me know if you think there should be adjustments or additional functionality 😊