Bug 57747

Summary: [PATCH] Added Excel function ISERR() implementation
Product: POI Reporter: Conor <conor10>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.11-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Patch archive

Description Conor 2015-03-23 23:32:56 UTC
Created attachment 32596 [details]
Patch archive

The attached patch contains support for the ISERR Excel function.

https://support.office.com/en-ca/article/ISERR-function-833ae773-18c4-4c0e-b850-33a305b856e1

ISERR is similar to the ISERROR function, except that it does not count a value of #N/A as an error, whereas ISERROR does.

Also, in the diff some of the empty whitespace in FunctionEval.java has been removed.

Thanks,

Conor
Comment 1 Nick Burch 2015-04-24 01:47:29 UTC
Thanks for this, patch applied in r1675741.

Sorry for the delay!