Menu

Tree [r19] /
 History

HTTPS access


File Date Author Commit
 docs 2008-03-23 earney [r14] updated docs so that renamed functions are docu...
 examples 2009-01-11 earney [r17] created an better example to show what pyexcel ...
 src 2009-01-13 earney [r19] added ability to retrieve contents of excel fil...
 License.txt 2008-03-20 earney [r3] initial import
 README.txt 2008-04-05 earney [r15] added installation instructions and where to lo...
 changelog.txt 2008-03-20 earney [r3] initial import
 setup.py 2008-03-20 earney [r3] initial import

Read Me

pyexcel is an OS independent module to create excel files in python.
It is a fork from pyexcelerator.  I decided to create this project
to provide some user friendly functions and documentation on its
use.

To install pyexcel type python setup.py install

To get started look at the examples located in the examples directory