[ANN] pyspread 0.3.0

Martin Manns mmanns at gmx.net
Wed Jul 9 02:53:41 CEST 2014


==============
pyspread 0.3.0
==============


Pyspread 0.3.0 is released.

This update is the first release that runs with wxPython 3.x.


About pyspread
==============

Pyspread is a non-traditional spreadsheet application that is based on
and written in the programming language Python. 

The goal of pyspread is to be the most pythonic spreadsheet application.

Pyspread is free software. It is released under the GPL v3.

Project website: http://manns.github.com/pyspread/
Download page:   https://pypi.python.org/pypi/pyspread


What is new in 0.3.0
====================


 + wxPython 3.x support
 + Entryline code completion (use <Tab>)
 + EntryLine tooltip now displays docstrings for methods and builtins
   (use <Tab>)
 + nn function added to remove None from result array
 + Uncompressed pysu save file format
 + Writing xls files (still experimental)
 + Cell locking
 + Cell sorting
 + Frozen cells can now be updated periodically (>=100 ms/update)
 + Reference to a selection can now be copied the the clipboard with
 + <Ctrl> + R <Home> now moves the active cell to the first column of
 + the actual row <Shift> + <Space> now selects the current row
 + <Ctrl> + <Space> now selects the current column
 + Fingerprint in gpg key choice dialog
 + Tooltips for toolbar icons



Known issues
============

 + Selection mode is disabled in Windows.
 + Sometimes, pressing redo when there is nothing left to redo has
   undesired effects such as redoing an operation again.
 + On some (not all) Windows system lockup prevention does not work



Martin





More information about the Python-announce-list mailing list