Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python tkinter table and treeview widget

License

NotificationsYou must be signed in to change notification settings

ragardner/tksheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tksheet tabletksheet treeview

tksheet - python tkinter table + treeview widget

PyPI version shields.iopythonLicense: MIT

GitHub Release DateDownloadsDownloads

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.

Help
Versions 6.x.x →Documentation
Versions 7.x.x →Documentation
Changelog
Issues
Contributions and Thanks

Features

Note that due to the limitations of the Tkinter Canvas right-to-left (RTL) languages are not supported.

"""Versions 7+ have succinct and easy to read syntax:"""# set datasheet["A1"].data="edited cell A1"# get datacolumn_b=sheet["B"].data# add 2 empty columns and add the change to undo stacksheet.insert_columns(columns=2,idx=4,undo=True)# delete columns 0 and 3 and add the change to undo stacksheet.delete_columns(columns=[0,3],undo=True)

light blue theme

tksheet light blue theme

dark theme

tksheet dark theme

treeview mode

tksheet treeview

Changes for versions7+:

  • ALLextra_bindings() event objects have changed, informationhere.
  • The bound function forextra_bindings() with"edit_cell"/"end_edit_cell"no longer requires a return value and no longer sets the cell to the return value. Usethis instead.
  • edit_cell_validation has been removed and replaced with the functionedit_validation(), informationhere.
  • Only Python versions >=3.8 are supported.
  • tksheet file names have been changed.
  • Many other smaller changes, see thechangelog for more information.

[8]ページ先頭

©2009-2025 Movatter.jp