Bug 46523

Summary: SUMIF not yet supported by evaluator
Product: POI Reporter: Josh Micich <josh>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: critical CC: sapan.agarwal
Priority: P4    
Version: 3.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Josh Micich 2009-01-13 13:59:11 UTC
 
Comment 1 Josh Micich 2009-01-13 14:05:36 UTC
Fixed in svn r734252

There was some re-use of COUNTIF functionality (predicate evaluation). New test cases were added to FormulaEvalTestData.xls
Comment 2 sapan 2009-01-13 23:55:15 UTC
(In reply to comment #1)
> Fixed in svn r734252
> There was some re-use of COUNTIF functionality (predicate evaluation). New test
> cases were added to FormulaEvalTestData.xls

Can I have a patch for this bug which will update my existing jar file?
Comment 3 Josh Micich 2009-01-14 11:21:11 UTC
(In reply to comment #2)
> Can I have a patch for this bug which will update my existing jar file?

It would be better to use a complete, consistent build (latest svn, nightly build or next release), but there may be reasons why you want to apply this patch in isolation.  Here are the changes:

svn r734243
svn r734252