CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: C with OFFICE

  1. #1
    Join Date
    Sep 1999
    Posts
    4

    C with OFFICE

    I have to write an application that export some text to WORD or EXCEL. I've search OFFICE API fot C++ but i've found nothing.
    How should I Proceed ??

    Thanks to all.


  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: C with OFFICE

    Check out the site:

    http://www.codeguru.com/atl/wordauto.shtml

    The only way to do it is through COM.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured