pyspread 0.0.7

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Manns

    pyspread 0.0.7

    pyspread 0.0.7 has been released.

    --

    New features:
    + CSV import dialog with preview grid

    Bug fixes:
    + setup.py now installs correctly into a sub-folder (tested for Linux
    and WinXP).

    --

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

    --

    Highlights:
    + No non-python syntax add-ons
    + Access to python modules from cells
    + 3D grid
    + Numpy object array for representation of string entry into grid cell
    + Numpy object array for representation of eval function array
    + Cell access via slicing of numpy function array
    + 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

    Best Regards

    Martin
Working...