in reply to Re: export to excel in CGI
in thread export to excel in CGI

Hi scorpio17,

I also want to do something similar. What I want to have is: a page with a 'download' button. Upon clicking the button it will prompt you for save or open. Once you click on either save or open, it should write all the outputs in an excel file and save it to the location you have mentioned.

Please help me on this further.

Thanks, sir_com

Replies are listed 'Best First'.
Re^3: export to excel in CGI
by Corion (Patriarch) on Sep 08, 2009 at 15:36 UTC

    This site is not a script writing service. This site is about helping each other with concrete programming problems. You haven't shown any code and haven't told us where your problem with the code you have actually lies.

    Maybe you want to just use Querylet and/or Querylet::CGI.

    Alternatively, you want to use Spreadsheet::WriteExcel.

    But we won't write complete programs for you.