Thread: displaying C program results with excel

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    1

    displaying C program results with excel

    Hi
    I have a Cprogram that gives my results in the normal text only way. i need to transfer these results into a package such as excel. How do I go about doing this.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Create your output in a csv style file.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 01-07-2009, 10:35 AM
  2. My program is displaying.....actual hearts
    By Wiretron in forum C Programming
    Replies: 3
    Last Post: 11-09-2005, 11:41 AM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Replies: 3
    Last Post: 07-11-2005, 03:07 AM
  5. Need Delimiter Program helpful hints.
    By Unregistered in forum C Programming
    Replies: 7
    Last Post: 02-16-2002, 06:27 PM