python - Report generation -


i writing web app using turbogears, , in app users must able generate different reports. data reports need stored in database (mysql). reports must returned either printable html document, or pdf file.

i have used jasper , ireport creating documents, if can avoid having fire java create report happy.

ideally specify reports in readable markup language , feed template data kind of library produces report.

i gladly accept kind of hints on how should go generating these reports!

you can build fancy pdfs python reportlab toolkit.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -