Thread: Borland Builder & Office

  1. #1
    Disturbed Boy gustavosserra's Avatar
    Join Date
    Apr 2003
    Posts
    244

    Borland Builder & Office

    Hi everyone. Can I use Borland C++ Builder to create and manipulate Excel files? Any pointer is appreciated.
    Nothing more to tell about me...
    Happy day =)

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    180
    As far as i know, yes. Up on the top, with all the vcl things, like buttons and what not, scrool allllllll the way left and you will see somthing called "Office 2k" I think. Check those componets out

    DW

  3. #3
    Disturbed Boy gustavosserra's Avatar
    Join Date
    Apr 2003
    Posts
    244
    I havenīt these components
    But thanks anyway!
    Nothing more to tell about me...
    Happy day =)

  4. #4
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    You have three options:

    1. Use the MS Office integration components which ship with BCB Pro and Enterprise (not standard)

    2. If you can find any other component for reading/writing Excel files written in C/C++, or shipped as a VCL, ActiveX or DLL component, you can use that.

    3. If you have been told to make your application open Excel files by your company, almost certainly what they mean are comma separated files (csv) - marketroids don't know the difference. These are much easier to work with as you can parse them with your own code easily. If you need to justify why you should work with csv files (rather than Excel per sa), you can say that csv files are compitible with all spreadsheet applications, not just Excel.
    Last edited by Davros; 05-29-2004 at 09:20 PM.
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

  5. #5
    Disturbed Boy gustavosserra's Avatar
    Join Date
    Apr 2003
    Posts
    244
    Thanks! It is a lot of info for me start, really thanks!
    Nothing more to tell about me...
    Happy day =)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Anyone view this forum on a Blackberry?
    By Sharke in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-09-2009, 04:02 PM
  2. Hooking into the Microsoft Office File Open/Save Dialogs
    By JuggernautMsn in forum Windows Programming
    Replies: 0
    Last Post: 09-09-2007, 12:50 PM
  3. StarOffice vis-a-vis MS Office
    By compiler in forum Tech Board
    Replies: 3
    Last Post: 06-25-2003, 02:27 AM
  4. What is your favourite office suite?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 06-06-2002, 02:44 AM
  5. java office suite
    By iain in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 01-22-2002, 10:08 PM