-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I assume the following objects should be used to read contents of DOCX file:
XWPFDocument
XWPFWordExtractor
However, somewhere the compiler warns me from not including the correct libraries needed in classpath. I think I'm kinda lost for not knowing which jar file is the right one to include for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Can anyone tell me where do I find some useful documentation on handling copying rows, cells, columns from one excel file to another, using POI?
I need to insert in one blank excel file, 2 or more templates from other files, dynamic.
I also need to keep all the styles made for the group…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am try to set a cell formulat that references cells from other workbooks. However, when I open the programmatically generated workbook, the formula cells show up as #REF!. I print out the formulas that were generated in a log. If I cut and paste those into the cells, the numbers from the external…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Why does every time I do "mvn jetty:run", maven tries to download some dependencies (apache poi and ojdbc jars) ? How can I disable this?
[INFO] Scanning for projects..
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] ------------------------------------------------------------------------
[INFO]…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using POI in my J2EE web application to generate a workbook.
However, i find that POI takes around 3 mins to create a workbook with 25K rows(with around 15 columns each).
Is this a POI performance issue , or is it justified to take that much of time?
Are there other APIs known for better performance…
>>> More