[ANN] pyspread 0.2.6

Martin Manns mmanns at gmx.net
Sun Feb 2 13:52:08 EST 2014


==============
pyspread 0.2.6
==============


Pyspread 0.2.6 is released.

This update brings Excel xls file reading and prevents many
pyspread lock ups that were caused by misbehaving user code.


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.2.6
====================

 + Reading support for Excel xls files (requires dependency xlrd)
 + Code execution timeout, i. e. buggy code such as infinite loops does
   not lock up pyspread any more.
   Note: The timeout does not work for C operations such as
         a ** <big number>
 + Macro dialog now provides an error message field
 + Multiple rows/columns can now be resized together when selected
 + Show frozen option added that changes background of frozen cells
 + The cell editor now is resized when the text grows too large
 + Cells are now always clipped
 + Example macro for in cell LaTeX equations added
 + Contour plots and Sankey charts added to chart dialog
 + Pie chart can now be rotated in the chart dialog
 + Chart fonts and ticks can now be changed in chart dialog
 + Some bug fixes

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.
 + Pyspread with wxPython 3.x instead of 2.8.x may be slow and buggy
 + On some (not all) Windows system lockup prevention does not work


Enjoy

Martin





More information about the Python-list mailing list