pyspread 0.0.11 released

mmanns at gmx.net mmanns at gmx.net
Sat Apr 4 23:10:21 CEST 2009


pyspread 0.0.11 released
========================


Homepage:
---------

http://pyspread.sf.net

 
About: 
------
 
Pyspread is a cross-platform spreadsheet application that is based on
and written in the programming language Python.

Pyspread provides an arbitrary size, three-dimensional grid for
spreadsheet calculations. Each grid cell accepts a Python expression.
Therefore, no spreadsheet specific language has to be learned.
Python modules are usable from the spreadsheet table without external
scripts.

Pyspread runs on Linux, Windows and *nix platforms with GTK+ support. I
have reports that it works with MacOS X as well.


New features in 0.0.11:
-----------------------

* Recursion detection for slicing operations added
* Dependency to networkx added
* Command line options added
* Command line help added
* Unicode support added
* Save As and Save functionality separated


Bugfixes:
---------

* Print without selection now prints visible screen (BUG 2366895)
* Empty cells are now empty on print out (BUG 2366916)
* Copy works again (BUG 2407435)
* Internal variables stop showing up in macro dialog (BUG 2407828)
* Copy result now works on Windows (BUG 2569877)
* Replace now updates cells properly (BUG 2569880)
* Resize function works now (BUG 2569895)


Known issues:
-------------

* On Windows, Python 2.6 causes trouble with wxPython 2.9.8.2.
  Please use Python 2.5
* Recursion detection dows not work with nested structures.


Martin


More information about the Python-announce-list mailing list