On Wed, 9 Nov 2011, Stefano Bianchi wrote:
I am using POI-3.7-20101029.
You might want to try the most recent 3.8 beta, though I think it may not help for this case
but could not find the list of built in functions.
You'll need to check the sourcecode for that. It'd probably be handy if we could have something that would export the list from code to the site, if anyone fancies working up a patch... :)
org.apache.poi.hssf.record.formula.functions.Frequency class in the src distribution, I suppose this is not supported yet. Can anybody confirm? Will it be added? If yes, any plan?
I'd suggest you make a start on adding it in. It's not actually all that hard to add new functions to POI. Yegor gave a talk last year that's a good introduction to this:
http://people.apache.org/~yegor/apachecon_us2010/Evaluation_Of_Excel_Formulas_In_POI.pptx If you get it working, please send in a patch! Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
