in reply to Re: Spreadsheets, HTTP::Recorder and interactivity
in thread Spreadsheets, HTTP::Recorder and interactivity

OK, so take the case of the same task with different data, what I propose is that instead of coding the whole script you save your interactive Excel session with the first set of data, do some cleaning on it and voila you have your script that you can run later for other inputs.
  • Comment on Re^2: Spreadsheets, HTTP::Recorder and interactivity

Replies are listed 'Best First'.
Re^3: Spreadsheets, HTTP::Recorder and interactivity
by neniro (Priest) on Jul 01, 2004 at 14:13 UTC
    That's a macro. You can record your "session" as VBA-macro. I can't see the difference between your suggestion and a macro. Of course, Perl integrated in Excel would be quite cool.
      Excel allows you to install ActiveX controls. ActivePerl installs PerlScript as an ActiveX component. (I've used it in IE for client-side CGI servers.) The two have to work together somehow ...

      ------
      We are the carpenters and bricklayers of the Information Age.

      Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

      I shouldn't have to say this, but any code, unless otherwise stated, is untested