Experienced the same problem and I just read your posts.
For maven is
    <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml</artifactId>
        <version>3.5-beta5</version>
    </dependency>


MSB wrote:
> 
> Hello Sebastien,
> 
> Another contributor found the location of the WorkbookFactory class, I
> have copied their reply and inserted it below;
> 
> I am using poi 3.5 beta 5 and the WorkbookFactory class is located in the
> ooxml jar.  ie poi-ooxml-3.5-beta5-20090219.jar 
> 
> - Leigh
> 
> 
> Must admit that I know nothing about Maven so do not know how to advise
> you to add the reference to this archive into your project, sorry.
> 
> 
> Sebastien Arbogast wrote:
>> 
>> I just added those dependencies to my Maven project in order to work with
>> POI HSSF:
>> <dependency>
>>             <groupId>org.apache.poi</groupId>
>>             <artifactId>poi-contrib</artifactId>
>>             <version>3.5-beta5</version>
>>         </dependency>
>>         <dependency>
>>             <groupId>org.apache.poi</groupId>
>>             <artifactId>poi-scratchpad</artifactId>
>>             <version>3.5-beta5</version>
>>         </dependency>
>> 
>> And I read in the documentation that, in order to read an existing file,
>> I
>> should use WorkbookFactory.create(inp) method.
>> But I can't find any WorkbookFactory class in any of those JARs. Is it
>> normal? Is there an undocumented change?
>> 
>> Cheers,
>> Sébastien Arbogast
>> 
>> http://sebastien-arbogast.com
>> http://mooplan.com
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Where-is-WorkbookFactory--tp23634786p23744891.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to