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.
Greg Woolsey 30851e44a6 #63302 Formula evaluation of names with offset or row function is incorrect 5 years ago
..
atp [bug-62738] make int cast a long cast in randbetween 5 years ago
constant Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
eval #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
function Bug 60405: Add initial support for cetab functions so some macros can be 5 years ago
functions #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
ptg Bug 60405: Add initial support for cetab functions so some macros can be 5 years ago
udf #61947 - Remove deprecated classes (POI 4.0.0) 6 years ago
BaseFormulaEvaluator.java #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 years ago
CacheAreaEval.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
CellCacheEntry.java javadoc: replace invalid self enclosing elements 6 years ago
CellEvaluationFrame.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
CollaboratingWorkbooksEnvironment.java Remove unnecessary type arguments (Java 8) 6 years ago
ConditionalFormattingEvaluator.java add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies). 6 years ago
DataValidationEvaluator.java Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
EvaluationCache.java update getCellType to return CellType enum instead of int 6 years ago
EvaluationCell.java update getCellType to return CellType enum instead of int 6 years ago
EvaluationConditionalFormatRule.java #63264 Conditional Format rule evaluation calculates relative references incorrectly 5 years ago
EvaluationName.java javadoc: replace invalid self enclosing elements 6 years ago
EvaluationSheet.java #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
EvaluationTracker.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
EvaluationWorkbook.java javadoc: replace invalid self enclosing elements 6 years ago
ExternSheetReferenceToken.java javadoc: replace invalid self enclosing elements 6 years ago
Formula.java Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 years ago
FormulaCellCache.java Remove unnecessary type arguments (Java 8) 6 years ago
FormulaCellCacheEntry.java Remove unnecessary type arguments (Java 8) 6 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 Bug 60980: Fix parsing formulas with intersections in functions args 5 years ago
FormulaParsingWorkbook.java javadoc: replace invalid self enclosing elements 6 years ago
FormulaRenderer.java Remove unnecessary type arguments (Java 8) 6 years ago
FormulaRenderingWorkbook.java javadoc: replace invalid self enclosing elements 6 years ago
FormulaShifter.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
FormulaType.java Fix data validation value list evaluation 6 years ago
FormulaUsedBlankCellSet.java #61841 fix typo in method name 6 years ago
IEvaluationListener.java javadoc: replace invalid self enclosing elements 6 years ago
IStabilityClassifier.java update getCellType to return CellType enum instead of int 6 years ago
LazyAreaEval.java #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
LazyRefEval.java #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 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 javadoc: replace invalid self enclosing elements 6 years ago
OperationEvaluationContext.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
OperationEvaluatorFactory.java Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
ParseNode.java Sonar fixes - array is stored directly 8 years ago
PlainCellCache.java Remove unnecessary type arguments (Java 8) 6 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 Convert all *.java files to use native end of line character(s) 7 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 Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 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
SheetRangeAndWorkbookIndexFormatter.java Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 years ago
SheetRangeEvaluator.java sonar fixes 8 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 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
TwoDEval.java #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too 10 years ago
WorkbookDependentFormula.java javadoc: replace invalid self enclosing elements 6 years ago
WorkbookEvaluator.java #63302 Formula evaluation of names with offset or row function is incorrect 5 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