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.
Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
..
atp 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
constant #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants 8 years ago
eval merge trunk to branch 7 years ago
function Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, always close resources, ... 8 years ago
functions merge trunk to branch 7 years ago
ptg bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 years ago
udf reverted changes of r1747942 and deprecated instead 8 years ago
BaseFormulaEvaluator.java merge trunk to branch 7 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 Sonar fixes - array is stored directly 8 years ago
EvaluationCache.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
EvaluationCell.java merge trunk to branch 7 years ago
EvaluationName.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
EvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 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 add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 years ago
ExternSheetReferenceToken.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
Formula.java Sonar fixes - array is stored directly 8 years ago
FormulaCellCache.java more generics compiler warnings fixes for poi.ss.formula 15 years ago
FormulaCellCacheEntry.java Sonar fixes - array is stored directly 8 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 59790: convert FormulaType class to enum 8 years ago
FormulaParsingWorkbook.java whitespace (tabs to spaces) 8 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 Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. 8 years ago
FormulaType.java bug 59790,59791: add @since javadoc annotation to FormulaType and CellType 8 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 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
LazyAreaEval.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 8 years ago
LazyRefEval.java merge down trunk 7 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 merge trunk to branch 7 years ago
OperationEvaluationContext.java whitespace (tabs to spaces) 8 years ago
OperationEvaluatorFactory.java Some Eclipse warnings 9 years ago
ParseNode.java Sonar fixes - array is stored directly 8 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 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 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 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 add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks 8 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