Home > Net >  Read word2003 NPOI
Read word2003 NPOI

Time:09-23

NPOI read a word with 2007 XWPFDocument right

Use this error reading word 2003 will wrong local header signature: 0 xe011cfd0

Checked with some say NPOI does not support 2003

Pray god taught how to read NPOI how to read the word 2003 file

Don't need a convenient as long as it is good to read the content

CodePudding user response:

http://download.csdn.net/download/u010586842/6999795

CodePudding user response:

Doc USES HSSF
Docx with XSSF

CodePudding user response:

Free the.net Word Library

Code:
 Document doc=new Document (); 
Doc. LoadFromFile (" Sample. Docx ");
String s=doc. GetText ();
Extract. TXT File. WriteAllText (" ", s.T oString ());

CodePudding user response:

refer to the second floor shingoscar response:
doc USES HSSF
Docx with XSSF

The HSSF? It won't

CodePudding user response:

Have a solution? I am a.net core project, npoi. There seems to be a HWPFDocument.net framework version can be used, but the core version without the thing,
  •  Tags:  
  • C#
  • Related