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/6999795CodePudding user response:
Doc USES HSSFDocx with XSSF
CodePudding user response:
Free the.net Word LibraryCode:
Document doc=new Document ();
Doc. LoadFromFile (" Sample. Docx ");
String s=doc. GetText ();
Extract. TXT File. WriteAllText (" ", s.T oString ());
CodePudding user response: