CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    5

    Accessing an MS Excel file



    Hi,


    Does anyone knows a way to create, access, modify, save, etc... an Excel (*.xls)

    file.

    I can manage a file of this type by using the OLE automation but in some cases it really sucks and generate a lot of error.


    thanks in advance for any reply


    __Neph__

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Accessing an MS Excel file



    Check this out;

    http://www.wotsit.org/

    Of almost all filetypes you think of, here you find a description of the fileformat. But I must say, most are quite hard. OLE is easier....

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