11 | | !PyExcelerator can be used to write Excel files: |
12 | | * http://sourceforge.net/projects/pyexcelerator/ |
13 | | * http://groups.google.com/group/web2py/browse_thread/thread/375307e92df40ca8 |
| 11 | Excel files can be written using: |
| 12 | * [https://secure.simplistix.co.uk/svn/xlwt/trunk/xlwt/doc/xlwt.html xlwt] |
| 13 | * [http://sourceforge.net/projects/pyexcelerator PyExcelerator] |
| 14 | * Docs on Python Excel libraries: http://www.python-excel.org/ |
| 15 | * Thread recommending xlwt: http://groups.google.com/group/web2py/browse_thread/thread/375307e92df40ca8 |