poi/src/testcases/org/apache/poi/ss/formula/eval
Javen O'Neal 3c97d9700a change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
2016-09-13 23:24:56 +00:00
..
forked Add XSSF support to ForkedEvaluator 2016-06-07 23:15:40 +00:00
AllFormulaEvalTests.java remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ... 2015-09-02 19:44:14 +00:00
BaseTestCircularReferences.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
EvalInstances.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 11:41:38 +00:00
TestAreaEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
TestDivideEval.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 11:41:38 +00:00
TestEqualEval.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 2014-12-28 09:06:12 +00:00
TestExternalFunction.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 11:41:38 +00:00
TestFormulaBugs.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestFormulasFromSpreadsheet.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestHSSFCircularReferences.java Bug 46898: Convert unit tests for circular references to also run for XSSF 2015-01-02 21:04:50 +00:00
TestMinusZeroResult.java - reworked HexDump class - unified array dumps and usage of standard java calls for hex format 2015-08-29 14:41:12 +00:00
TestMissingArgEval.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 11:41:38 +00:00
TestMultiSheetEval.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestOperandResolver.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 11:41:38 +00:00
TestPercentEval.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestRangeEval.java Bug 58829: Remove some useages of printStackTrace() and some other minor cleanups 2016-01-13 15:59:38 +00:00
TestUnaryPlusEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00