https://issues.apache.org/bugzilla/show_bug.cgi?id=52057

             Bug #: 52057
           Summary: Update FormulaEvalTestData.xls with recently added
                    Functions
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: nick.bu...@alfresco.com
    Classification: Unclassified


As described in the Formula eval guide
<http://poi.apache.org/spreadsheet/eval-devguide.html>, we have a special test
file FormulaEvalTestData.xls

For every excel function we implement, we should populate the appropriate
entries in there for those functions. This will then allow the function to be
automatically tested for basic operation

Looking through the file, it seems the quite a few of the recently added
formula functions are missing from this. So, it needs someone to review the
list of functions there are implemented (by looking at
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java and possibly checking
IDs in
src/resources/main/org/apache/poi/ss/formula/function/functionMetadata.txt).
Then, for any that are not present in the file so far, add in a formula using
the function and the value that should be produced

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to