Has WorkbookFactory been depreciated?

2011-01-06 Thread splunk
I have the following import in my code along with many usermodel classes, but WorkbookFactory isn't recognized. org.apache.poi.ss.usermodel.WorkbookFactory; my IDE path is set to poi-3.8-beta-20101028 Thanks. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Has-Work

Re: How to patch in POI

2011-01-06 Thread Marcel May
Hi Aniket! See http://poi.apache.org/guidelines.html, section "Submitting Patches". Cheers, Marcel On Jan 6, 2011, at 10:24 AM, Aniket Banerjee wrote: > Hi, > How can I patch my changes in actual POI jar. I have done some changes to > support two excel functions (CLEAN and ADDRESS) in POI jar.

Re: Has WorkbookFactory been depreciated?

2011-01-06 Thread David Fisher
> I have several imports in my code from the org.apache.poi.ss.usermodel > classes, but > import org.apache.poi.ss.usermodel.WorkbookFactory; is not being recognized. > > My path is set to poi-3.8-beta1-20101028 > > Anyone have an idea? It is in the ooxml jar - See https://issues.apache.org/bug

Detecting the presence of VB/Macros in a workbook

2011-01-06 Thread Jon Svede
Is it possible to detect the presence of macros or vb code in a sheet or workbook? I don't want to execute it (obviously) I just want to be to able say if they exist or not. Thanks, Jon

Has WorkbookFactory been depreciated?

2011-01-06 Thread splunk
I have several imports in my code from the org.apache.poi.ss.usermodel classes, but import org.apache.poi.ss.usermodel.WorkbookFactory; is not being recognized. My path is set to poi-3.8-beta1-20101028 Anyone have an idea? Thank you. -- View this message in context: http://apache-poi.1045710

Filling shapes with gradient background

2011-01-06 Thread Thilo Fester
Hello, is there a way to create gradients made of more than two colors? I want to draw gradients with multiple gradients stops as shown here [1]. Happy new year! : ) Thilo [1] http://www.galter.northwestern.edu/Guides-and-Tutorials/Creating-Posters-with-PowerPoint-2007/#BackgroundsandColorScheme