On Monday 16 July 2007 02:12:31 iain duncan wrote: > I would like to add the option for my client to download ready to print > invoices as one big doc, and am wondering what people would use to do > that. I have heard good things about the Apache POI project, but it > seems to have only Ruby bindings. Anyone have any suggestions of what > they like?
For Excel you can use CSV and it will open it. If you really want an Excel spreadsheet there are some Python packages out there (PyExcelerator, IIRC, is one of them). You'll need some of these packages if you're willing to create formulas and graphics. For Word your best bet is a RTF document or using OpenOffice.org and PyUNO to create a real Word document. When I thought about doing it, I discarded the OpenOffice.org route due to machine requirements and because it would be a huge bottleneck. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

