You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 years ago
..
atp Complete evaluation support for multi-sheet references for bug #55906 10 years ago
constant moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
eval Add missing license header 9 years ago
function Fix some eclipse warnings, newlines, javadoc, generics, ... 9 years ago
functions Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 years ago
ptg Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, avoid inverting the relative flag 10 years ago
AllSSFormulaTests.java Minor improvements to error handling in ForkedEvaluator. Added junits. 14 years ago
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 13 years ago
EvaluationListener.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TestCellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TestEvaluationCache.java Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 13 years ago
TestFormulaShifter.java Update the formula evaluator to support XSSF style external named ranges too 10 years ago
TestFunctionRegistry.java allow runtime registration of functions in FormulaEvaluator 12 years ago
TestMissingWorkbook.java #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
TestPlainCellCache.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestSheetNameFormatter.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TestWorkbookEvaluator.java Bug 53476 - Support Complex Name in formulas 12 years ago
WorkbookEvaluatorTestHelper.java Improvements to patch 47809 (support for UDFs) 14 years ago