Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to convert .xls into txt file?
Name: unixgirl Date: April 4, 2007 at 12:24:32 Pacific OS: AIX CPU/Ram: 512 Product: IBM
Comment:
This question is opposite of 'sivas.com'. I've an excel file and I want to convert into text - flat file with delimited or even better with .csv (comma delimited file)- whichever is better method then I can download into a table automatically using a script. Thanks UnixGirl
Summary: Hi, I would like to know how to convert a text file in UNIX to HTML using awk? For example, my file has the following contents : Name Age A 23 B 16 C 60 D 29 How to output as ...
Summary: Hi, How to convert a text file (which is tab delimited) into an .xls file. in unix scripting. I tired renaming the extension of .txt into .xls. It seems to work so but the leading zeros of the cell co...
Summary: Hi There I have created a small script to extract data from an table and output to txt file. Since the table contains more 100 columns I want to select few main columns around 20 and then extract the ...