[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

PJ Fanning  changed:

   What|Removed |Added

 Resolution|--- |INFORMATIONPROVIDED
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

--- Comment #6 from Rakhi Barayanan  ---
Thank you so much for the input Fanning.That worked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

--- Comment #5 from Andreas Beeker  ---
Are you using gradle from the command line , e.g. "gradle check" or do you try
to build the project via an IDE, which might over optimize a few things?

As the same request, i.e. management asks to build all libraries from scratch,
happened also on the previous release, I wonder how you proceeded when the next
release comes out. I assume that request is based on preventing supply chain
attacks and you might need to do source reviews of POI and its dependencies.
Looks like fighting an uphill battle when you realize how often we update our
dependencies ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

--- Comment #4 from PJ Fanning  ---
the `providers: []` means no workbook provider is loaded.

You are probably missing this file:
https://github.com/apache/poi/blob/trunk/poi-ooxml/src/main/resources/META-INF/services/org.apache.poi.ss.usermodel.WorkbookProvider

They are other files like that in poi jar.

An alternative to create an XSSFWorkbook using its constructor instead of 
WorkbookFactory.create

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

--- Comment #3 from PJ Fanning  ---
Dominik - the user built the jar themselves. They are probably missing some
code or config files that appear in the release jar(s). Can't see how this is
our problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

Dominik Stadler  changed:

   What|Removed |Added

   Severity|blocker |major

--- Comment #2 from Dominik Stadler  ---
Reducing severity as only one report for a version that is already released
since some time and is used successfully by many.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

Dominik Stadler  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Dominik Stadler  ---
This usually indicates that you are missing some jar-files, especially
poi-ooxml or some other local setup issue.

Can you provide steps/tests which allow to reproduce this as otherwise there is
not much that we can do as it works for us in many other cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 65976] java.io.IOException: Your InputStream was neither an OLE2 stream, nor an OOXML stream or you haven't provide the poi-ooxml*.jar in the classpath/modulepath - FileMagic: OOXML, having provi

2022-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65976

Rakhi Barayanan  changed:

   What|Removed |Added

   Priority|P2  |P1
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org