Thread: problems with csv format

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    3

    problems with csv format

    hello, Iam working on an application, which needs to extract data from excel sheet. I don't know COM programming.So i converted the excel sheet to CSV format.I am facing 2 particular problems .
    _________________________________
    Edfghj_89jkcf.h, , common\module

    _________________________________

    a file of the above format is in the first column , the second column is empty, and the third column contains the path.
    when i output it on the screen,
    i get something like this
    Edfghj_89jkcf.ha`
    , , common\module.


    the second problem is , if the content in the cell is a sentence, then the each word of the sentence is being o/p on a new line.

    Please help me, this is urgent.Thanks in advance

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    What language are you using? If this is a C/C++ question, ask it on one of those boards. If it is not, tell us which language and show us some code.

  3. #3
    Registered User
    Join Date
    Jun 2005
    Posts
    3

    reposted

    thanks, i posted my problem along with code in the c board.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. No clue how to make a code to solve problems!
    By ctnzn in forum C Programming
    Replies: 8
    Last Post: 10-16-2008, 02:59 AM
  2. substr problems
    By spudval in forum C++ Programming
    Replies: 4
    Last Post: 06-26-2007, 05:48 AM
  3. C Pointers Problems
    By mhelal in forum C Programming
    Replies: 8
    Last Post: 01-10-2007, 06:35 AM
  4. String Manipulation problems -_-
    By Astra in forum C Programming
    Replies: 5
    Last Post: 12-13-2006, 05:48 PM
  5. Replies: 6
    Last Post: 07-10-2002, 07:45 PM