in reply to Re^4: which module to use?
in thread which module to use?
As you already have the Visual Basic code, it's easy to translate that into Perl, if your code runs on Windows and you have the module Win32::OLE. Win32::OLE does (quite unsurprisingly) not work on operating systems that are not Windows.
becomesWith ... .LineStyle = xlContinuous ...
my $foo = ...; $foo->LineStyle = xlContinous;
Also see Using Win32::OLE and Excel - Tips and Tricks, Scripting data extraction from excel files in a directory. and the nodes I linked from there
|
|---|