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]

Reply via email to