The WorkbookFactory class can be found in the following jar file; poi-ooxml...
Yegor Kozlov wrote: > > Which beta did you download? The latest beta4 release in the vote phase. > > The artifacts can be downloaded from > http://people.apache.org/~yegor/REL_3_5_BETA4/ > > Both Font.setBoldweight() and Name.setRefersToFormula() are there: > > http://svn.apache.org/repos/asf/poi/tags/REL_3_5_BETA4/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Name.java > http://svn.apache.org/repos/asf/poi/tags/REL_3_5_BETA4/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Font.java > > Yegor > >> Hi Ulf, >> >> I have downloaded the 3.5 beta version, set classpath and then tried to >> rung >> the samples at http://poi.apache.org/spreadsheet/examples.html. >> But for BusinessPlan.java and Calendar.java, the compiler bahs that the >> method setBoldweight() cannot be found (should actually be in Font.class >> of >> namespace ss). >> >> For LoanCalculator.java, the compiler bahs that the method >> setRefersToFormula cannot be found. >> >> Is it possible that the demo programs do not work with the poi 3.5 beta >> version? Or did I miss something? >> >> Best regards, >> >> >> Ulf Dittmer-2 wrote: >>> Those classes are not part of POI 3.2; they are part >>> of the upcoming POI 3.5 release. Binaries of the 3.5 >>> beta version can be downloaded from the POI site. >>> >>> Ulf >>> >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/apache-POI---xssf-und-ss-missing-from-release-3.2--tp20636523p27531268.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]
