http://www.perlmonks.org?node_id=220256


in reply to Re: Writing Excel spreadsheets with Perl
in thread Writing Excel spreadsheets with Perl

Not really. That's supposed to be what the "Performance" row describes. Although SSWE was much faster in my case, I don't think the slowness of the program with Win32::OLE can be blamed on the module. I'm certain the speed depended much more on Excel XP (that's what I tried to convey by saying "depends on the underlying COM code"). I'm also guessing it had more to do with how I wrote the program.

  • Comment on Re (2): Writing Excel spreadsheets with Perl

Replies are listed 'Best First'.
Re: Re (2): Writing Excel spreadsheets with Perl
by Mr. Muskrat (Canon) on Dec 16, 2002 at 16:19 UTC

    Ah. I generally don't mix performance and speed. A program can perform well (do a good job) while being slow.

    As far as the slowness being blamed on the module, it would probably depend on how the program that you are calling was written. And we all know how poorly written all M$ software is. ;)