[cgiapp] Report generation...

2004-08-23 Thread Tim Howell
I'm working on an application that has a report generation mode that generates a report as an Excel spreadsheet that is then sent to the client. I can think of several ways to do this, but the idea I'm currently toying with is having my CGI::App exec a separate script that generates the report.

Re: [cgiapp] Report generation...

2004-08-23 Thread Peter Leonard
Tim, In the past, I've done report-generation offline - usually triggered by a cron job, or something else. Write it to a pre-determined location, and then if I'm using CGI::Application, it's soley for the purposes of either access control, or to add the new file in a list of downloadable

Re: [cgiapp] Report generation...

2004-08-23 Thread Ron Savage
On Mon, 23 Aug 2004 09:48:36 -0700, Tim Howell wrote: Hi Tim You probably have enough ideas to go on by now, but I might as well throw in another. Firstly a warning re MS Excel. By default, it splits on commas even when those commas are inside quotes. My users put up with that. I output CSV