For server side, there's report lab http://pypi.python.org/pypi/reportlab
for client side, google visualization might work for you. http://code.google.com/apis/visualization/documentation/gallery/table.html there's a python library to help build the data structures that the js expects. http://code.google.com/p/google-visualization-python/ On Tue, Apr 13, 2010 at 1:33 PM, Krishnakant Mane <[email protected]> wrote: > hello. > I have a requirement where I need to generate spreadsheet type reports as > well as integrating pdf reports into my web app. > I should be able to print them from my browser. > Some of them are generated dynamically so I will jsonify my pylons method to > give out the data, but are there some libraries which can help me generate > spreadsheet kind of interface in the front-end. > I know this is a bit off topic, but I thought this could be asked here since > there are experienced web developers. > > happy hacking. > Krishnakant. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- Thomas G. Willis -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
