Hi, I'd like to use the pv() function that used to be a static method in the
FinanceLib class.  I just upgraded to POI 3.7 and it's no longer available
(seems the entire FinanceLib class is no longer public).

The methods on FinanceLib are all public static, so you ought to be fine:
http://poi.apache.org/apidocs/org/apache/poi/hssf/record/formula/functions/FinanceLib.html

Note that in 3.8, the package will change to org.apache.poi.ss.formula.functions for this class

Nick

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

Reply via email to