poi/src/java/org/apache/poi/ss/formula
Dominik Stadler 8def7307d9 Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for same day input
deprecate unused method isNonWorkday

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776588 13f79535-47bb-0310-9956-ffa450edef68
2016-12-30 15:05:14 +00:00
..
atp Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for same day input 2016-12-30 15:05:14 +00:00
constant #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants 2016-05-16 09:38:42 +00:00
eval Some IDE warning fixes and unit test adjustments 2016-10-05 19:59:44 +00:00
function SonarCube fixes 2016-11-12 00:52:10 +00:00
functions SonarCube fixes 2016-11-12 18:35:39 +00:00
ptg bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-03 07:20:47 +00:00
udf reverted changes of r1747942 and deprecated instead 2016-06-13 21:18:50 +00:00
BaseFormulaEvaluator.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 2016-10-19 07:43:18 +00:00
CellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
CellEvaluationFrame.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
CollaboratingWorkbooksEnvironment.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
EvaluationCache.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
EvaluationCell.java bug 59791: add deprecation warnings 2016-09-14 06:22:38 +00:00
EvaluationName.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
EvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
EvaluationTracker.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
EvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
ExternSheetReferenceToken.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
Formula.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
FormulaCellCache.java more generics compiler warnings fixes for poi.ss.formula 2008-12-03 22:34:26 +00:00
FormulaCellCacheEntry.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
FormulaCellCacheEntrySet.java Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation 2011-05-27 11:45:50 +00:00
FormulaParseException.java Patch 48284 - raise visibility of FormulaParseException 2009-11-27 21:01:59 +00:00
FormulaParser.java bug 59790: convert FormulaType class to enum 2016-07-04 05:37:06 +00:00
FormulaParsingWorkbook.java whitespace (tabs to spaces) 2016-06-10 02:51:45 +00:00
FormulaRenderer.java Some Eclipse warnings removed 2013-08-23 18:54:05 +00:00
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) 2014-07-24 21:25:45 +00:00
FormulaShifter.java bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require SpreadsheetVersion. 2016-11-02 16:37:12 +00:00
FormulaType.java bug 59790,59791: add @since javadoc annotation to FormulaType and CellType 2016-07-04 13:49:44 +00:00
FormulaUsedBlankCellSet.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
IEvaluationListener.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
IStabilityClassifier.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
LazyAreaEval.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 2016-07-17 21:18:07 +00:00
LazyRefEval.java Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval 2016-07-31 17:19:27 +00:00
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 2014-07-19 12:49:41 +00:00
OperandClassTransformer.java bug 59790: add @Removal annotations to deprecated methods 2016-09-14 03:51:45 +00:00
OperationEvaluationContext.java whitespace (tabs to spaces) 2016-06-10 02:51:45 +00:00
OperationEvaluatorFactory.java Some Eclipse warnings 2014-12-22 09:16:16 +00:00
ParseNode.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
PlainCellCache.java Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 2011-07-02 09:05:35 +00:00
PlainValueCellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
SharedFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
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) 2014-07-24 22:44:51 +00:00
SheetNameFormatter.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
SheetRange.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 2014-07-25 15:46:05 +00:00
SheetRangeEvaluator.java sonar fixes 2016-07-01 21:10:40 +00:00
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) 2014-07-24 22:44:51 +00:00
SheetRefEvaluator.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too 2014-07-20 17:51:51 +00:00
WorkbookDependentFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
WorkbookEvaluator.java add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks 2016-07-07 23:00:07 +00:00
WorkbookEvaluatorProvider.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 2014-07-21 12:23:54 +00:00
package.html Changed CRLF to LF in remaining trunk/src files 2009-06-01 23:21:13 +00:00