slick.user has asked for the wisdom of the Perl Monks concerning the following question:
I just switch to a new system and I don't have Excel 32-bit on this system (only 64-bit). I cannot use Win32::OLE libraries any more. Is my next bet is to use:use Win32::OLE; use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft Excel';
Open each csv and write to Excel file? Thanks.use Text::CSV; use Spreadsheet::WriteExcel;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: PERL csv files to Excel
by Tux (Canon) on Mar 14, 2023 at 08:30 UTC | |
Re: PERL csv files to Excel
by Corion (Patriarch) on Mar 13, 2023 at 18:05 UTC | |
by slick.user (Acolyte) on Mar 13, 2023 at 18:38 UTC | |
Re: PERL csv files to Excel
by Bod (Parson) on Mar 14, 2023 at 16:44 UTC | |
Re: PERL csv files to Excel
by harangzsolt33 (Deacon) on Mar 25, 2023 at 07:01 UTC | |
by kcott (Archbishop) on Mar 25, 2023 at 07:52 UTC | |
by harangzsolt33 (Deacon) on Mar 25, 2023 at 14:59 UTC | |
by kcott (Archbishop) on Mar 25, 2023 at 16:40 UTC | |
| |
by Anonymous Monk on Mar 25, 2023 at 11:28 UTC | |
by harangzsolt33 (Deacon) on Mar 25, 2023 at 15:04 UTC | |
by cavac (Prior) on Mar 30, 2023 at 14:55 UTC | |
by Fletch (Bishop) on Mar 30, 2023 at 17:03 UTC |