Is there any library to access OLE Structured Storage from C#?

Rohit picture Rohit · May 24, 2010 · Viewed 10.4k times · Source

Can I find some open source library for accessing (reading only is ok) OLE Storage like doc or xls files in c#?

Answer

ironfede picture ironfede · Aug 23, 2010

You can use my open source (MPL) library OpenMCDF for a 100% .net implementation of COM structured storage. A sample COM structured storage file viewer is also available as a usage sample of the library.