![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| use awk to read randomly located columns in an excel file | mdap | Shell Programming and Scripting | 9 | 08-10-2008 12:18 PM |
| Win32::OLE open excel file as read only | dguy | Shell Programming and Scripting | 0 | 03-11-2008 08:32 PM |
| how to read the data from an excel sheet and use those data as variable in the unix c | Anne Grace | UNIX for Advanced & Expert Users | 1 | 03-03-2008 07:21 AM |
| Spilt excel file in unix | Soumya Dash | Shell Programming and Scripting | 1 | 09-25-2006 03:56 AM |
| how can i read an excel file using C? | DebianJ | High Level Programming | 6 | 07-01-2005 03:19 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Read Ms-excel file in unix
Hi,
I have the Ms Excel file(test.xls) in my UNIX box. I would like to read the excel file and create files for each column. Please find an example. My excel file like this data: Num Data 1 a1 2 b2 3 c3 4 d4 5 e5 6 f6 7 h7 My output: I want create 2 files(num.log and data.log) Data in num.log file: 1 2 3 4 5 6 7 Data in Data.log file: a1 b2 c3 d4 e5 f6 h7 Thanks Koti. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|