Thread: How do i output to an exel document?

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    4

    Exclamation How do i output to an exel document?

    i am working on a program to manage members of a club and I want to be able to save that information to a password protected exel document. How should I go about doing this?

  2. #2
    Registered User
    Join Date
    Feb 2003
    Posts
    12
    First of all you should know the headers for the excel file format. A good way is to read API for microsoft office to get more information on this. Why just excel why not write it into a dat file with some arragnement scheme of the data.

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    12
    Hi,
    Check this link out this is in C# thoughhttp://msdn.microsoft.com/library/de...entid=28000550

  4. #4
    Registered User
    Join Date
    Feb 2003
    Posts
    4

    Talking so....euhhhh...

    so what would you suggest me using instead of exel? I want to be able to acces the data and at the same time have a passord protection to its opening from the c++ program but also without the program. What file type do you suggest? (what do you mean by .dat i dont know how to use them.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help for my output array
    By qwertysingh in forum C Programming
    Replies: 1
    Last Post: 02-17-2009, 03:08 PM
  2. execl()/fork() output
    By tadams in forum C Programming
    Replies: 19
    Last Post: 02-04-2009, 03:29 PM
  3. Replies: 4
    Last Post: 11-30-2005, 04:44 PM
  4. Formatting output into even columns?
    By Uncle Rico in forum C Programming
    Replies: 2
    Last Post: 08-16-2005, 05:10 PM
  5. Output problems with structures
    By Gkitty in forum C Programming
    Replies: 1
    Last Post: 12-16-2002, 05:27 AM