poi/src/testcases/org/apache/poi/ss/formula/functions
Cédric Walter 67f198e752 Bug 55082: patch for missing function ROMAN
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514834 13f79535-47bb-0310-9956-ffa450edef68
2013-08-16 18:28:18 +00:00
..
AbstractNumericTestCase.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
AllIndividualFunctionEvaluationTests.java added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 2011-01-19 12:30:18 +00:00
BaseTestFunctionsFromSpreadsheet.java Bugzilla 55036 - Dec2HEx formula support 2013-06-02 15:13:47 +00:00
EvalFactory.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
NumericFunctionInvoker.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestAddress.java Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 2012-08-11 16:14:49 +00:00
TestAverage.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestCalendarFieldFunction.java Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 2012-08-11 16:14:49 +00:00
TestClean.java added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 2011-01-19 12:30:18 +00:00
TestCode.java Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5 2013-06-02 15:58:41 +00:00
TestCodeFunctionsFromSpreadsheet.java missing tests for Bug 55041 - CODE formula support 2013-06-02 23:32:24 +00:00
TestComplex.java Bugzilla 55043 and 55042: initial support for Complex and Quotient functions 2013-06-02 16:08:17 +00:00
TestComplexFunctionsFromSpreadsheet.java added missing tests for Bug 55042: patch for missing function COMPLEX 2013-06-02 23:25:33 +00:00
TestCountFuncs.java Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF 2013-03-16 12:33:08 +00:00
TestDate.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestDays360.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestDec2Hex.java Bugzilla 55036 - Dec2HEx formula support 2013-06-02 15:13:47 +00:00
TestDelta.java Bugzilla 55037: DELTA function support 2013-06-02 15:30:58 +00:00
TestEDate.java Add missing license headers, and a few javadoc tweaks while working on those files 2013-06-25 22:04:49 +00:00
TestFinanceLib.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestFind.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestIPMT.java Bugzilla 54469 - Support for financial functions IPMT and PPMT 2013-03-02 13:17:53 +00:00
TestImRealFunctionsFromSpreadsheet.java Bug 55080: patch for missing function IMREAL 2013-08-16 18:13:40 +00:00
TestImaginaryFunctionsFromSpreadsheet.java Bug 55079: patch for missing function IMAGINARY 2013-08-16 17:59:01 +00:00
TestIndex.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestIndexFunctionFromSpreadsheet.java Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF 2013-03-16 12:33:08 +00:00
TestIndirect.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestIndirectFunctionFromSpreadsheet.java Bug 54720: Support for Row/Col Area Range like 8:8 or H:H 2013-08-16 17:35:16 +00:00
TestIntercept.java Bugzilla 54356: Support of statistical function INTERCEPT 2012-12-28 12:50:15 +00:00
TestIrr.java Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 2010-12-10 14:20:35 +00:00
TestIsBlank.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestLeftRight.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestLen.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestLookupFunctionsFromSpreadsheet.java Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF 2013-03-16 12:33:08 +00:00
TestMatch.java Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF 2013-03-16 12:33:08 +00:00
TestMatchFunctionsFromSpreadsheet.java Bug 54720: Support for Row/Col Area Range like 8:8 or H:H 2013-08-16 17:35:16 +00:00
TestMathX.java Bug 51339 - Fixed arithmetic rounding in formula evaluation 2011-06-13 10:34:43 +00:00
TestMid.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestNper.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestNpv.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestOffset.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestPPMT.java Bugzilla 54469 - Support for financial functions IPMT and PPMT 2013-03-02 13:17:53 +00:00
TestPmt.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestPoisson.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestQuotient.java Bugzilla 55043 and 55042: initial support for Complex and Quotient functions 2013-06-02 16:08:17 +00:00
TestRank.java bugzilla 52818 - Added implementation for RANK() 2012-03-05 12:11:13 +00:00
TestReptFunctionsFromSpreadsheet.java Bug 55047: REPT formula support 2013-06-02 23:39:41 +00:00
TestRomanFunctionsFromSpreadsheet.java Bug 55082: patch for missing function ROMAN 2013-08-16 18:28:18 +00:00
TestRoundFuncs.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestRowCol.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestSlope.java Bugzilla 54356 - Support of statistical function SLOPE 2013-01-19 18:33:34 +00:00
TestStatsLib.java Added implementation for MROUND(), VAR() and VARP() 2010-12-11 12:41:17 +00:00
TestSubtotal.java fixed bug 53434 2012-08-28 08:24:07 +00:00
TestSumif.java Apply patch from bug #51809 - correct GTE handling in COUNTIF 2011-09-14 14:41:03 +00:00
TestSumifs.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestSumproduct.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestTFunc.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestText.java Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 2011-12-20 06:58:01 +00:00
TestTime.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestTrim.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00
TestTrunc.java bugzilla 52057 - updated formula test framework to be aware of recently added Functions 2012-02-28 11:53:25 +00:00
TestValue.java Bug 54723: Support for percentage in VALUE() function 2013-08-16 17:15:47 +00:00
TestXYNumericFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 11:41:38 +00:00