-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I got a problem when I try to use Apache POI project to convert my PPT to Images.My code as follows:
FileInputStream is = new FileInputStream("test.ppt");
SlideShow ppt = new SlideShow(is);
is.close();
Dimension pgsize = ppt.getPageSize();
Slide[] slide = ppt.getSlides();
for (int…
>>> 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'
Is there a way to determine if an instance of a org.apache.poi.hwpf.model.ListData belongs to a numbered list or bulleted list?
I am using Apache Poi's org.apache.poi.hwpf.HWPFDocument class to read the contents of a word document in order to generate HTML. I can identify the list items in the document…
>>> 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'
I would like to know if there is a website where I could download the Apache POI ported for .net?
I already found this link in the web
http://www.apache.org/~avik/dist/poi-2.5.1-dev-20040708.dll
But the version of apache poi now is 3.6, I was wondering if there is a latest version out there? Does…
>>> More