Help for this page

Select Code to Download


  1. or download this
    perl -MSpreadsheet::XLSX -e '
        $\ = "\n"; $, = ";";
    ...
                                        }
                                        ' orangecart.xlsx >filename.csv
    
  2. or download this
    Can't locate OLE/Storage_Lite.pm in @INC (@INC contains: /opt/perl_32/
    +lib/5.8.8/PA-RISC1.1-thread-multi /opt/perl_32/lib/5.8.8 /opt/
    perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi /opt/perl_32/lib/s
    +ite_perl/5.8.8 /opt/perl_32/lib/site_perl /opt/perl_32/lib/ven
    ...
    BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.8/
    +Spreadsheet/XLSX.pm line 14.
    Compilation failed in require.
    BEGIN failed--compilation aborted.