That's interesting - it no longer comes up in the classes list on
http://poi.apache.org/apidocs/index.html
I wonder if the direct page link that you can find via a Google search is an
orphaned page.
Looking in the svn code repository, the FinanceLib class is no longer
defined as public:
final class FinanceLib {...
http://svn.apache.org/repos/asf/poi/trunk/src/java/org/apache/poi/ss/formula/functions/FinanceLib.java
I think this is why I can't access any methods out of it even though the
methods themselves are declared as public.
As you can see, the javadoc you send me shows the previous FinanceLib
declared as a public class. Can it be reverted to public again?
Thanks
On Sun, Dec 5, 2010 at 5:01 AM, Nick Burch <[email protected]> wrote:
> 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]
>
>