What do you think about a spreadsheet with python/tkinter ?

Olivier Ravard ravard at univ-rennes1.fr
Mon Dec 9 09:11:14 EST 2002


Pekka Niiranen wrote:

> Well,
> 
> It should have:
> 
> - no limitation for numbers of columns (in Excel limit is 255)

Actualy, there is no limit but if the number of lines or columns are very
large, it need too much time... This will be a point to work...

> - Unicode support

Noted for the future

> - column- and row -wise sorting

Noted for the future

> - cut & paste

It actualy works.

> - support for +, -, * , % -functions

Actualy, all python (+Numeric) code is interpreted. These operators are 
the simpler ones.

> - search & replace

Noted for the future

> 
> -pekka-
> 
> Rony wrote:




More information about the Python-list mailing list