Bug 57747 - [PATCH] Added Excel function ISERR() implementation
Summary: [PATCH] Added Excel function ISERR() implementation
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.11-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 23:32 UTC by Conor
Modified: 2015-04-24 01:47 UTC (History)
0 users



Attachments
Patch archive (1.71 KB, application/x-gzip)
2015-03-23 23:32 UTC, Conor
Details

Note You need to log in before you can comment on or make changes to this bug.
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!