spreadsheet

Andrew Kuchling akuchlin at mems-exchange.org
Mon Sep 4 11:02:04 EDT 2000


"Michel Sanner" <sanner at scripps.edu> writes:
> Does anybody out there have an (even simplistic) spreadsheet (preferably
> written in Python+Tkinter that can be integrated into a Python application.

The Gnumeric spreadsheet can be extended in Python, I believe.  I also
once wrote a simple spreadsheet class that uses curses; making it use
Tkinter shouldn't be too difficult.
    http://starship.python.net/crew/amk/python/unmaintained/spreadsheet.html

--amk



More information about the Python-list mailing list