https://issues.apache.org/bugzilla/show_bug.cgi?id=53576
--- Comment #3 from Yegor Kozlov <[email protected]> --- POI is Java project and we only accept bug reports reproducible in Java, not in .NET and other POI derivatives. To run a simple Java test you don't need to be a Java expert, just install JDK, compile and run the following simple code (it is actually what you are running in NET): class Test { public static void main(String[] args){ XWPFDocument document = new XWPFDocument(OPCPackage.open(args[0])); POIXMLProperties.CoreProperties coreProperties = document.getProperties().getCoreProperties(); } } If you still can reproduce the problem, please upload a sample .docx file so that we reproduce it on our side. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
