Help for this page

Select Code to Download


  1. or download this
    perl excelPerl.pl -begin "use Text::CSV_XS; $csv = Text::CSV_XS->new( 
    +{ binary => 1 } )" -ane "$csv->combine(@F); print $csv->string, $/" -
    +f test.xls > outfile.csv
    
  2. or download this
    perl excelPerl.pl -begin "use Text::CSV_XS; $csv = Text::CSV_XS->new( 
    +{ binary => 1 } )" -ane "$csv->combine( map { $_->{FormulaLocal} } @C
    +); print $csv->string, $/" -f test.xls > outfile.csv