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.
Yegor Kozlov 9aabade3f0 Bug 62836: Implementation of Excel TREND function 5 years ago
..
AbstractNumericTestCase.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 7 years ago
AllIndividualFunctionEvaluationTests.java [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107 6 years ago
AllSpreadsheetBasedTests.java Bug 62836: Implementation of Excel TREND function 5 years ago
BaseTestFunctionsFromSpreadsheet.java convert "".equals(string) to string.isEmpty() 6 years ago
EvalFactory.java Remove more deprecated classes and methods 6 years ago
NumericFunctionInvoker.java javadoc: replace invalid self enclosing elements 7 years ago
RefEvalImplementation.java Convert all *.java files to use native end of line character(s) 7 years ago
TestAddress.java use non-deprecated versions of getCellType 6 years ago
TestAreas.java add license header 6 years ago
TestAverage.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
TestBin2Dec.java Remove unnecessary local variables 6 years ago
TestCalendarFieldFunction.java use non-deprecated versions of getCellType 6 years ago
TestClean.java use non-deprecated versions of getCellType 6 years ago
TestCode.java Convert all *.java files to use native end of line character(s) 7 years ago
TestCodeFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestComplex.java Convert all *.java files to use native end of line character(s) 7 years ago
TestComplexFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestCountFuncs.java update getCellType to return CellType enum instead of int 6 years ago
TestDGetFunctionsFromSpreadsheet.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestDStarFunctionsFromSpreadsheet.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestDate.java update getCellType to return CellType enum instead of int 6 years ago
TestDays360.java Bug 60029: apply suggested fix and fix some IntelliJ warnings 7 years ago
TestDec2Bin.java Remove unnecessary local variables 6 years ago
TestDec2Hex.java Remove unnecessary local variables 6 years ago
TestDelta.java Bugzilla 55037: DELTA function support 11 years ago
TestDeltaFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestEDate.java #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants 8 years ago
TestEOMonth.java Convert all *.java files to use native end of line character(s) 7 years ago
TestFactDoubleFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestFinanceLib.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
TestFind.java update getCellType to return CellType enum instead of int 6 years ago
TestFixed.java update getCellType to return CellType enum instead of int 6 years ago
TestFixedFunctionsFromSpreadsheet.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestFrequency.java Bug 62373: Support for FREQUENCY function 5 years ago
TestHex2Dec.java Remove unnecessary local variables 6 years ago
TestIPMT.java reorganize imports (remove unused imports, sort alphabetically) 8 years ago
TestImRealFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestImaginaryFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestIndex.java Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call 6 years ago
TestIndexFunctionFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestIndirect.java update getCellType to return CellType enum instead of int 6 years ago
TestIndirectFunctionFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestIntercept.java Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to FormulaEvalTestData.xls 10 years ago
TestIrr.java use non-deprecated versions of getCellType 6 years ago
TestIsBlank.java update getCellType to return CellType enum instead of int 6 years ago
TestLeftRight.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
TestLen.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
TestLogicalFunction.java Convert all *.java files to use native end of line character(s) 7 years ago
TestLookupFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestMatch.java javadoc: replace invalid self enclosing elements 7 years ago
TestMatchFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestMathX.java Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel 6 years ago
TestMid.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
TestMirr.java update getCellType to return CellType enum instead of int 6 years ago
TestMultiOperandNumericFunction.java [Bug 58975] add test case for new function args default of 255 7 years ago
TestNper.java update getCellType to return CellType enum instead of int 6 years ago
TestNpv.java update getCellType to return CellType enum instead of int 6 years ago
TestOct2Dec.java Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumberUtils.convertToDecimal 10 years ago
TestOffset.java [bug-62254] update offset function to support optional offset values 6 years ago
TestPPMT.java Bugzilla 54469 - Support for financial functions IPMT and PPMT 11 years ago
TestPmt.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
TestPoisson.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
TestQuotient.java Convert all *.java files to use native end of line character(s) 7 years ago
TestQuotientFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestRank.java bugzilla 52818 - Added implementation for RANK() 12 years ago
TestRelationalOperations.java Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs 6 years ago
TestReptFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestRomanFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestRoundFuncs.java github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2). Thanks to @FishMeat. 7 years ago
TestRowCol.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
TestSlope.java Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to FormulaEvalTestData.xls 10 years ago
TestStatsLib.java Added implementation for MROUND(), VAR() and VARP() 13 years ago
TestSubtotal.java fix eclipse resource leak warnings 7 years ago
TestSumif.java Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation 9 years ago
TestSumifs.java Bug 56655: Fix Sumifs for cases where the criteria is in error. 9 years ago
TestSumproduct.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
TestTFunc.java Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 7 years ago
TestText.java close resources 8 years ago
TestTime.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
TestTrendFunctionsFromSpreadsheet.java Bug 62836: Implementation of Excel TREND function 5 years ago
TestTrim.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
TestTrunc.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
TestValue.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
TestWeekNumFunctionsFromSpreadsheet.java javadoc: replace invalid self enclosing elements 7 years ago
TestWeekNumFunctionsFromSpreadsheet2013.java javadoc: replace invalid self enclosing elements 7 years ago
TestWeekdayFunc.java add helper functions to make it easier to see which scenarios are being tested 7 years ago
TestXYNumericFunction.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