fixed bugs related to gnumeric only (in cell functions)
added GUI program, see README for more details. May expand documentation.
released version 0-0-7.
Bug fix: fixed a bug with large string addressing
Added Excel Active Cell and Active Sheet support
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.
If you used the code before, this feature again works.
speaks for itself :D Was a necessary addition
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.