Thread: save output file to excel format

  1. #16
    Registered User
    Join Date
    Dec 2011
    Posts
    18
    im not sure...any examples?

  2. #17
    Registered User
    Join Date
    May 2010
    Posts
    4,633
    What do you need examples for? You have already shown in your code that you know how to write information to your file. Now you need to figure out what you want to write to your file and try writing this to your file.

    Jim

  3. #18
    Registered User
    Join Date
    Sep 2011
    Location
    India
    Posts
    27

    Cool

    Actually I think You SHOULD go for JAVA for excel file manipulation.
    Java has jxl library API downloadable from internet and also it has newly launched Excel API by APACHE.

    These are very powerful APIs and can save u a lot of time.



    Quote Originally Posted by imjustnew View Post
    Hi im a new learner on c++ and i need help on how to save the output file in Excel format? any examples can be shown?

    All helps are highly appreciated. thanks

  4. #19
    Registered User
    Join Date
    Dec 2011
    Posts
    18
    oh yes now i get it.... i must write myfile command infront of the result ... sorry giving u hard time to explain..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 09-24-2010, 01:21 PM
  2. output format
    By Beowolf in forum C++ Programming
    Replies: 2
    Last Post: 12-03-2007, 01:22 AM
  3. Save to an Excel file
    By SpookyDescendan in forum C++ Programming
    Replies: 1
    Last Post: 09-20-2006, 07:50 AM
  4. save the output of child process
    By gandalf_bar in forum Linux Programming
    Replies: 3
    Last Post: 05-14-2004, 01:59 AM
  5. how can i save the output of this function to use later?
    By Unregistered in forum C Programming
    Replies: 13
    Last Post: 07-18-2002, 07:27 PM