i am a novice just learning c++.
I am trying to automate a email response time, for which i have to read a excel csv file and use some string func to extract a time stamp from a excel cell.
i would have multiple rows in the excel csv file , have to repeat the similar func in all the rows.
Could any one help in finding a way to read a excel file
Hi,
just thought my Q might not be comprehensive, hence updating it
the excelCSV file i have reads like :
Create Date Submitted by Work Log
9/18/2008 8:22 Ainsley Wilson 9/18/2008 8:22:08 AM Ainsley Wilson From: Winhall, Janet B Sent: Thursday, September 18, 2008 8:09 AM To: Uanz, Servicedesk Subject: IDOTS
9/19/2008 15:34 Pawan Neeluru 9/19/2008 3:34:21 PM Pawan Neeluru From: Depares, Natalie Sent: Friday, September 19, 2008 11:28 AM To: Uanz, Servicedesk Subject: RE: Workflow query Hi,
there are 3 col Created date , submitted by, worklog
i have to extract the time stamp from the worklog column , the time stamp i have to extract is the one after the string value as in Submitted by column. i.e. i have to compare the value in submitted column (Ainsley WIlson) to the last occurence of the same value n worklog Column (Ainsley Wilson) and then extract the tiem stamp after the occurence.
i need this code seq for my official project - which is nearing deadline .
pls assist