Bug 48036

Summary: Cannot evaluate IntersectionPtg
Product: POI Reporter: Josh Micich <josh>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: 3.5-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: http://mail-archives.apache.org/mod_mbox/poi-user/200910.mbox/%3C25858056.post@talk.nabble.com%3E

Description Josh Micich 2009-10-21 15:45:28 UTC
The formula evaluator cannot handle formulas like "C1:C5 A3:E3".
Comment 1 Josh Micich 2009-10-21 16:11:16 UTC
Fixed in svn r828244 and svn r828247 

junit test cases added (also for RangeEval)

This fix only involves evaluation.  POI is still not able to parse formulas involving the range intersection operator.