poi/src/testcases/org/apache/poi/ss/formula
Nick Burch 8b0334c701 Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 18:42:57 +00:00
..
atp Patch from Johan from bug #54402 - fix IfError with indirect references 2013-01-10 15:08:22 +00:00
constant moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
eval bugzilla 52057 - updated formula test framework to be aware of recently added Functions 2012-02-28 11:53:25 +00:00
function moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
functions Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
ptg moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
AllSSFormulaTests.java Minor improvements to error handling in ForkedEvaluator. Added junits. 2009-09-30 22:25:53 +00:00
BaseTestExternalFunctions.java improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 2010-11-28 12:03:52 +00:00
EvaluationListener.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:37:44 +00:00
TestCellCacheEntry.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
TestEvaluationCache.java Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 2011-07-02 09:05:35 +00:00
TestFormulaShifter.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
TestFunctionRegistry.java allow runtime registration of functions in FormulaEvaluator 2012-02-21 09:43:01 +00:00
TestMissingWorkbook.java Bugzilla 52576: support changing external file references in HSSFWorkbook 2012-02-10 08:26:45 +00:00
TestPlainCellCache.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestSheetNameFormatter.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
TestWorkbookEvaluator.java Bug 53476 - Support Complex Name in formulas 2012-06-27 14:50:22 +00:00
WorkbookEvaluatorTestHelper.java Improvements to patch 47809 (support for UDFs) 2009-09-17 00:00:57 +00:00