The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • In subroutine csv_2_xls(): Replace the one old line "$xls_sheet->Range('A1')->Select;" by several, multiple new lines:
    • $ole_excel->ActiveWindow->{ScrollColumn} = 1; $ole_excel->ActiveWindow->{ScrollRow} = 1; my $pos_row = $ole_excel->ActiveWindow->{ScrollRow}; my $pos_col = $ole_excel->ActiveWindow->{ScrollColumn}; $xls_sheet->Cells($pos_row, $pos_col)->Select;

Modules

Convert from and to *.xls, *.csv using Win32::OLE