开发者

How to parse ms-office docs

开发者 https://www.devze.com 2023-03-15 06:25 出处:网络
I need to create a application (preferably in c#/win32) to open a office doc [97-2003 format] ( Word, PPT, EXCEL) and parse the data structures, validate the fields, values and cross references, show

I need to create a application (preferably in c#/win32) to open a office doc [97-2003 format] ( Word, PPT, EXCEL) and parse the data structures, validate the fields, values and cross references, show the errors found in the document and 开发者_StackOverflow社区possible solutions to fix the errors in document as per specification.

Are there any tools available / open source library or documentations.

Can "Office Interop" help for parsing the details.


Here's the official documentation.


People recommend NPOI for such tasks

It's an open source library for .NET which do not require Office to be installed.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号