Changes between Version 15 and Version 16 of BluePrint/Reporting
- Timestamp:
- 08/17/09 00:45:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Reporting
v15 v16 6 6 * http://wiki.sahana.lk/doku.php?id=dev:reportinglib 7 7 8 Geraldo is a powerful-looking library which we could make use of (for PDF (via [http://reportlab.org ReportLab]) & Graphics (via [http://www.pythonware.com/products/pil/ PIL])):8 Geraldo is a powerful-looking library which we have made use of for the PDF representation of the REST Controller (via [http://reportlab.org ReportLab]). It also supports Graphics (via [http://www.pythonware.com/products/pil/ PIL]): 9 9 * http://geraldo.sourceforge.net/ 10 10 11 Excel files can be written using: 12 * [http://pypi.python.org/pypi/xlwt xlwt] 11 Excel files are currently written using [http://pypi.python.org/pypi/xlwt xlwt]. Other options: 13 12 * [http://sourceforge.net/projects/pyexcelerator PyExcelerator] 14 13 * Docs on Python Excel libraries: http://www.python-excel.org/ … … 38 37 ---- 39 38 BluePrints 39 BluePrints