If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Validation of data of excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-29-11, 01:08
LinixUnix LinixUnix is offline
Registered User
 
Join Date: Dec 2011
Posts: 2
Validation of data of excel

I have a software which generates excel report with some specific data. The excel file format is .xls (old 2003 format)
The data are in the forms like differenct cells contains numeric, string and alphanumeric data.
The data per cell for specific input data is fixed.
I need to retrive specific cell data using shell or perl script(Unix).
Any one have any such script available or help me create one if has the idea about?

Thanks,
Prat
Reply With Quote
  #2 (permalink)  
Old 12-29-11, 09:45
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 629
There is lots of information about reading and writing excel with PHP. Google "php excel".
Otherwise, you could open and save the excel file as tab delimited, and read it with ksh or bash.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On