How to access EXCEL file contents and properties

V

vbvjain

I am developing an application that requires me to read MS EXCEL file
and get its properties and contents. I could read only the contents i
a dataset by creating an object, but i could not figure out a way as t
how to get the properties such as Title, Name, Last Author, Date o
creation etc.
Can anyone tell me as to how should i achieve this, any API tha
provides me such functionality??
Thanks in advance


-
vbvjai
 
K

Ken Cox [Microsoft MVP]

You need to access OLE Structured Storage

Dsofile.exe Lets You Edit Office Document Properties from Visual Basic and
ASP

http://support.microsoft.com/?scid=kb;en-us;Q224351

This sample project creates a DLL that you can use to get document
properties (including thumbnails) of Office files, .URL files and files
stored in NTFS5 partitions.

http://www.mvps.org/emorcillo/vb6/com/readdocumentproperties.shtml

Structured Storage - The DocFile

http://www.codeproject.com/file/structstor.asp?print=true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top