![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
xls to csv
how to convert a xls file into .csv file?
is tghere any command in unix for that? please help thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Why not with excel?
Regards |
|
#3
|
|||
|
|||
|
As such, the WordView packages might be able to help. There's a xlhtml program with some sort of intelligence about xls files, too.
You should understand that XLS is a closed, proprietary, undocumented format, and that tools for it are necessarily based on reverse engineering, which often involves a fair amount of guesswork. More the reason to avoid closed source. |
|
#4
|
|||
|
|||
|
Quote:
What is meant by converting .xls to .csv ? Do you want to copy the data from xls to csv file ? -This can be done with perl packages that read excel and reformat the data accordingly Are you looking for something similar to that ? |
|||
| Google The UNIX and Linux Forums |