[EMAIL PROTECTED] wrote:
pyspread 0.0.8 has been released.

About:
pyspread is a spreadsheet that accepts a pure python expression in
each cell.

New features:
New macro dialog that allows defining python functions, which can be
used in the grid.
Bug fixes within the copy paste and print code.
Highlights:
+ Numpy high performance arrays for spreadsheet calculation
+ Full access to python batteries from each cell
+ No non-python syntax add-ons
+ 3D grid
+ Cell access via slicing of numpy array S
+ X, Y, and Z yield current cell location for relative reference

Requires: Python >=2.4, Numpy 1.0.4, and wxPython 2.8.7.1.
License: GPL

Project page: http://pyspread.sourceforge.net
As always, feedback is appreciated. Please also test with wxPython 2.8.8.0.

Enjoy Martin
Are you planning any documentation?

I've tried:
# tpySpread.py
print 'start'
import pyspread
print pyspread.__doc__

Colin W.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to