in reply to excelPerl V0.12 released
in thread excelPerl V0.08
Strat,
I created a simple xls document with "Hello" in A1 and "World" in B1. I used the following command line that you sent me in a previous post
But all I got was an output file with CRLF. I'm working with Active State Perl 5.8.8 on WinXP and Text::CSV_XS version 0.3.perl excelPerl.pl -begin "use Text::CSV_XS; $csv = Text::CSV_XS->new( +{ binary => 1 } )" -ane "$csv->combine(@F); print $csv->string, $/" - +f helloworld.xls > helloworld.csv
Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: excelPerl V0.12 released
by strat (Canon) on Oct 24, 2007 at 09:38 UTC | |
by lupey (Monk) on Oct 24, 2007 at 12:10 UTC | |
by strat (Canon) on Oct 25, 2007 at 08:46 UTC |