Menu

PyWorkbooks / News: Recent posts

version 0-0-11

fixed bugs related to gnumeric only (in cell functions)

added GUI program, see README for more details. May expand documentation.

Posted by cloudform 2011-04-13

Version 0-0-7

released version 0-0-7.

Bug fix: fixed a bug with large string addressing

Added Excel Active Cell and Active Sheet support

Posted by cloudform 2011-03-29

Version 0-0-6

Releasted 0-0-4 and immediately found some bugs. Bugs are fixed in 0-0-6. No changes to functionality.

Bugs fixed were:
When using multipe different data types, the generator object would not switch back. Now it checks the workbook object and changes it if necessary (then changes back)

In ExWorkbook there was an exception raised when you were trying to set data. This wasn't ALWAYS raised, but sometimes it was (it got around my doctests). Newdoctests were written and the bug was fixed, although the solution is not as pythonic as I would have liked.

Posted by cloudform 2011-03-24

Gnumeric cell macros/functions work again.

If you used the code before, this feature again works.

Posted by cloudform 2011-03-23

Added Support for creating/renaming sheets

speaks for itself :D Was a necessary addition

Posted by cloudform 2011-03-23

Rework of code

I did a rework of the code making it much more readable. Now there is no reason you should EVER override the __getitem__ class, all calls will go through either get_array, get_matrix, or get_single_point.

Posted by cloudform 2011-03-23