With apologies, development of this library has ceased except for bug fixes or behavioral issues. Pull requests for other changes are unlikely to be merged.
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
from tksheet import Sheet import tkinter as tk class MySheet(): def __init__(self, frame_) -> None: self.frame = frame_ self.sheet = Sheet(frame) self.sheet.enable ...