diff options
author | Dominik Stadler <centic@apache.org> | 2014-11-07 12:29:05 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-11-07 12:29:05 +0000 |
commit | c2113c8a7107942314f4250802c8079ede60d97f (patch) | |
tree | a7b223d87ed4fd5ca2795192a427976d88685734 /src/resources | |
parent | 08c876f7926e7b824589f5e672fcc1412af002c3 (diff) | |
download | poi-c2113c8a7107942314f4250802c8079ede60d97f.tar.gz poi-c2113c8a7107942314f4250802c8079ede60d97f.zip |
Bug 57003: Add implementation of function FIXED
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt b/src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt index 36775c859d..f9e91a1e3b 100644 --- a/src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt +++ b/src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt @@ -16,6 +16,7 @@ # Created by (org.apache.poi.hssf.record.formula.function.ExcelFileFormatDocFunctionExtractor) # from source file 'excelfileformat.odt' (size=356107, md5=0x8f789cb6e75594caf068f8e193004ef4) # ! + some manual edits ! +# See https://issues.apache.org/ooo/show_bug.cgi?id=125837 for difference in "FIXED" # #Columns: (index, name, minParams, maxParams, returnClass, paramClasses, isVolatile, hasFootnote ) @@ -184,7 +185,7 @@ 235 DGET 3 3 V R R R 244 INFO 1 1 V V # New Built-In Sheet Functions in BIFF4 -14 FIXED 2 3 V V V V x +14 FIXED 1 3 V V V V x 204 USDOLLAR 1 2 V V V x 215 DBCS 1 1 V V x 216 RANK 2 3 V V R V |