Thread: Accessesing Excel files from borland c++ builder 6

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    2

    Accessesing Excel files from borland c++ builder 6

    Dear All

    I am in dire need of any help with importing/exproting data to/from Excel files using BCB6.

    The provided components seem to work, except that there's no documentation for it around! Does anyone have something like this? Is it possible to use the WIN32 API directly from BCB6? If so, how?

    Any help would be GREATLY appreciated!!

    WT

  2. #2
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    I suggest you read the next link: http://www.codeguru.com/Cpp/data/mfc...icle.php/c4307

    Or attempt to write the format by yourself: http://www.wotsit.org/search.asp?page=2&s=database
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    2
    I'd like to avoid writing the format. Re-invent the wheel etc. The solution on the top link requires MFC. Using VC isn't an option. I must make this work in BCB6 Pro because that is all that is all I have availble.

    Thx for the quick reply!

  4. #4
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  5. #5
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Will a CSV (comma seperated volume) do the job?
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using c++ standards
    By subdene in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2002, 09:15 AM
  2. Executable files in C++ Builder from Borland
    By ma55acre in forum C++ Programming
    Replies: 1
    Last Post: 04-09-2002, 10:26 AM
  3. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM
  4. displaying text files, wierd thing :(
    By Gades in forum C Programming
    Replies: 2
    Last Post: 11-20-2001, 05:18 PM
  5. Required files to release w/ Borland C++ Builder 4
    By MadProgrammer in forum C++ Programming
    Replies: 0
    Last Post: 10-30-2001, 09:29 PM