pyspread todo
=============

0.0.11
------
+ Unicode support (done)
+ Relative filepath repacement by Python functionality (done)
+ CSV import with custom Python datatypes (done)
+ Recursion detection for slicing operations (done)
+ Resize grid menu item (done)
+ Command line options (done)
+ Command line help (done)
+ Save As vs. Save functionality (done)
+ Grid cell code display in statusbar (done)
+ easy_install support (done)
+ CSV export (done)

0.0.12
------
+ Colored cell backgrounds
+ Border styles
+ Text styles
+ Frozen cells (update only manually)
+ Protected cells (cannot be edited unless unprotected)
+ Cells can display Images (if the function returns a wx.DC object)

Ideas
=====

Likely
------
+ Windows installer
+ Find bar instead of dialog
+ Integrated help framework
+ Excel import of cell contents
+ Syntax highlighted cell code entry

Uncertain
---------
+ Dialog for easy chart creation
+ Sparse matrix usage for allowing huge tables

Unlikely
--------
+ Excel import by translating Excel content into Python
