user2128702
user2128702

Reputation: 2121

How to read(import) text from a .doc file using NPOI for .net

I am trying to do something so simple but I can not find a way for doing it.I have viewed the NPOI site few times but they have all kind of problem solvings except mine.I just want to load a .doc(MS Office Word 97-2003) document and get its text and then assign it to a string and use it.It sounds so simple but I just need someone to tell me or reference me to a source where I could get information about that.

Upvotes: 0

Views: 3812

Answers (1)

Tony Qu
Tony Qu

Reputation: 776

Doc is not supported in official release of NPOI. But you can find the source code in ScratchPad folder on github. Try the HWPF namespace

Upvotes: 3

Related Questions