Spreadsheet widget for tkinter?
Dan Kuchler
kuchler at ajubasolutions.com
Sat Nov 4 20:10:24 EST 2000
More information about the Python-list mailing list
Sat Nov 4 20:10:24 EST 2000
- Previous message (by thread): Spreadsheet widget for tkinter?
- Next message (by thread): Spreadsheet widget for tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven Sartorius wrote: > > I'm working on a project that would greatly benefit from a spreadsheet > type widget. Does such a thing exist? I've done some searching (the > Vaults) but nothing seemed to fit the bill. > > Any help much appreciated.... Commonly tktable is used for this task in the tcl/tk world. I don't know if there is a tkinter version of this widget, but if there is I would recommend using it. --Dan
- Previous message (by thread): Spreadsheet widget for tkinter?
- Next message (by thread): Spreadsheet widget for tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list