O
ocap
I would like write to Excel file the result of a query on a db table
with a CGI Perl. My CGI allows output to HTML table by Template.pm
module; can you help me?
With Java it's very easy
response.setContentType("application/vnd.ms-excel")
But with Perl? In the same script I want allow output in html and
output in excel file (user choices). Can I do it using Template.pm
module?
Hi
ocap
with a CGI Perl. My CGI allows output to HTML table by Template.pm
module; can you help me?
With Java it's very easy
response.setContentType("application/vnd.ms-excel")
But with Perl? In the same script I want allow output in html and
output in excel file (user choices). Can I do it using Template.pm
module?
Hi
ocap