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 #### 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