Am 15.04.2010 um 11:18 schrieb Krishnakant Mane: > Good, so now I am left to just hack out the ods related problem. > It will be great if I can send the spreadsheet across to browser. The > browser may inturn open calc and display the spreadsheet.
For spreadsheets the python standard library include csv reading and writing support. Actually, the RUM CRUD application also includes also a csv output format. As far I know, there exists also packages for writing excel. But I did not use that. Cheers, Michael > > Happy hacking. > > Krishnakant. > > On Thursday 15 April 2010 02:14 PM, Michael Brickenstein wrote: >> We also use reportlab in RUM to generate pdf's >> with landscape tables of data. >> No complaints. >> It is a general pdf framework, so not always "supereasy" (was a little >> bit difficult to >> find out, how to register a specific font for bold text), but it also >> seems quite mature. >> Cheers, >> Michael >> >> On 15 Apr., 02:20, Mike Orr<[email protected]> wrote: >> >>> By the way, my client is using ReportLab to generate PDFs, the same as >>> the other developer was. >>> >>> -- >>> Mike Orr<[email protected]> >>> >> > > -- > 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. -- 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.
