[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #27 from Sachin --- Hi @PJ Fanning i am getting Strict OOXML isn't currently supported error for line in my code 'Workbook wb = WorkbookFactory.create(inputStream)' i want to get rid of this. You said ur codde is doing this but i am

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #28 from Sachin --- Hi Asbjørn S. if you know which one to use can you pls help. -- You are receiving this mail because: You are the assignee for the bug. - To un

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #29 from PJ Fanning --- https://github.com/pjfanning/excel-streaming-reader supports OOXML strict format files. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57699] Support Strict OOXML files

2023-04-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #30 from Sachin --- Hi PJ Fanning in perticular do i need to use this link https://github.com/pjfanning/excel-streaming-reader-sample/blob/main/src/main/java/com/github/pjfanning/poi/sample/StreamingRead.java please tell me this wil