https://bz.apache.org/bugzilla/show_bug.cgi?id=56467
--- Comment #4 from Carol Loomis ---
Is it possible to read the XLS file with Apache POI? XSSFWorkbook may be the
reason my code is not working. I'm looking for the options to get the XSSF
library at https://www.writemyessayfast.org/write-my-es
Noone that I know of is actively working on a streaming API for docx or pptx.
Contributions to POI in these areas would be welcome.
One low level approach is to read docx/pptx files as zip files. If they are
password protected, you can use POI to first create a copy of the file with
the password p
Hi team
We are trying to read the data from office documents like xlsx, xls, docx
etc.,. But we are facing memory issues while reading OOXML file formatted
files, of large size(around 100 MB) using POI apis. For xls/xlsx formats there
are event based APIs which solve the memory issue(XSSF/HSSF
Hi ,
We have a import excel functionality where the user uploads a file with data
to import.For few of the files (we do not have those samples) , the thread
is running since a long time (252 + minutes ) at the following line where
we check to see if there are empty rows :
java.lang.Thread.State