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.
Nick Burch e1f4548dcf More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 years ago
..
atp When throwing an exception during formula evaluation, if this is due to an unimplemented function, have a more specific exception type 10 years ago
constant Fix some Eclipse warnings, remove trailing whitespaces 10 years ago
eval Rename missing from previous commit 10 years ago
function Various small Eclipse warning fixes, 11 years ago
functions Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error 10 years ago
ptg Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 years ago
udf Bugzilla 54625 - Register user-defined functions in instance scope instead of static 11 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 Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 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 Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 10 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 More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 years ago
FormulaParsingWorkbook.java Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737 10 years ago
FormulaRenderer.java Some Eclipse warnings removed 10 years ago
FormulaRenderingWorkbook.java Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 10 years ago
FormulaShifter.java Change how we update sheet names in XSSF formulas and names, when renaming sheets, to take advantage of the simpler structure that Pxg now offers 10 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 fixed bug 53434 11 years ago
LazyRefEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
NameIdentifier.java The way that HSSF and XSSF stores references to external sheets are rather different, so begin to reflect that in how we parse their formulas into Ptgs 10 years ago
OperandClassTransformer.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
OperationEvaluationContext.java When evaluating a name in another workbook, need to use an OperationEvaluationContext tied to that Workbook, and do so such that XSSF references work too 10 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
SheetIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 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
SheetRangeEvaluator.java More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 years ago
SheetRangeIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 years ago
SheetRefEvaluator.java More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 years ago
TwoDEval.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 13 years ago
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too 10 years ago
WorkbookDependentFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
WorkbookEvaluator.java Don't fetch the name, convert to a ptg, then convert back again, instead simply return the name directly 10 years ago
WorkbookEvaluatorProvider.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 years ago
package.html Changed CRLF to LF in remaining trunk/src files 15 years ago