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
    1

    Excel Version Files

    How Can y Get the Version off XLS and MDB files througt C++ Borland or Microsoft devStudio ???

    Thanks per advance for your Help..

    Fabrice


  2. #2
    Guest

    Re: Excel Version Files

    A some-what ugly approach. A typical way to mark files as to their type (and version) is to have information in the beginning of the file. Usually, this information in the first 10-20 or so bytes. With some work (and a binary editor/viewer), you might be able to figure out the patterns that identify the type of file you are interested in as well as the version.


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