in reply to Re: Using Perlscript in ASP to create excel file
in thread Using Perlscript in ASP to create excel file
I use a lot of Perl modules on the asp pages in perlscript language Win32::ODBC etc.. and all works fine and I just can't understand why opening an excel application and writing to it should be any different. I'll keep going...hopefully in the right direction...just need to ask the right questions really....<%@ Language=PerlScript %> <% for($i=0; $i<=10; $i++) { # # my Perl code here # } %>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Perlscript in ASP to create excel file
by Anonymous Monk on Sep 27, 2012 at 01:52 UTC |