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.
David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 years ago
..
atp Bug 57150: Added EOMONTH function 9 years ago
constant Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
eval Fix some Eclipse warnings and adjust use of Generics, Comments, close() 9 years ago
function Various small Eclipse warning fixes, 10 years ago
functions FindBugs - BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION 8 years ago
ptg My own patch to fix #56328 9 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 Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 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 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 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 Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
LazyRefEval.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 10 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 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 years ago
OperationEvaluationContext.java Allow XSSF to evaluate multi-sheet references too, for #55906 10 years ago
OperationEvaluatorFactory.java Some Eclipse warnings 9 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
SheetRange.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 10 years ago
SheetRangeEvaluator.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 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
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10 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 Fix some eclipse warnings, newlines, javadoc, generics, ... 9 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