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.
Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
..
atp Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
constant moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
eval bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
function revert visibility raised for testing 13 years ago
functions Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
ptg moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
udf 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
CellCacheEntry.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
CellEvaluationFrame.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
CollaboratingWorkbooksEnvironment.java Bugzilla 47721 - Added implementation for INDIRECT() 15 years ago
EvaluationCache.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
EvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
EvaluationName.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
EvaluationSheet.java Performance optimisation for EvaluationCache. Changed to use HSSFCell as key into cache entry map. Reduced dependency information storage for blank cells. Introduced EvaluationSheet and EvaluationCell interfaces. Modified HSSFFormulaEvaluator API to have simpler notify~ methods 15 years ago
EvaluationTracker.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
EvaluationWorkbook.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
ExternSheetReferenceToken.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
Formula.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
FormulaCellCache.java more generics compiler warnings fixes for poi.ss.formula 15 years ago
FormulaCellCacheEntry.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
FormulaCellCacheEntrySet.java Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation 13 years ago
FormulaParseException.java Patch 48284 - raise visibility of FormulaParseException 14 years ago
FormulaParser.java Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
FormulaParsingWorkbook.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
FormulaRenderer.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
FormulaRenderingWorkbook.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
FormulaShifter.java bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references 13 years ago
FormulaType.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
FormulaUsedBlankCellSet.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
IEvaluationListener.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
IStabilityClassifier.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
LazyAreaEval.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
LazyRefEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
OperandClassTransformer.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
OperationEvaluationContext.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
OperationEvaluatorFactory.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
ParseNode.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
PlainCellCache.java Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 13 years ago
PlainValueCellCacheEntry.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
SharedFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
SheetNameFormatter.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
SheetRefEvaluator.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
TwoDEval.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
UserDefinedFunction.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
WorkbookDependentFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
WorkbookEvaluator.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
package.html Changed CRLF to LF in remaining trunk/src files 15 years ago