aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* [bug-63187] fix typosPJ Fanning2019-02-181-1/+1
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-272-15/+15
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-2/+1
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-272-42/+432
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-261-1/+1
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-265-25/+3
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-267-9/+33
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-265-13/+13
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-261-2/+13
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-261-0/+54
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-221-3/+2
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-141-0/+32
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-131-2/+2
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-135-46/+53
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-132-13/+39
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-114-76/+16
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-112-13/+39
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-081-0/+33
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-071-0/+106
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-072-0/+64
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-141/+158
* Fixed build (explicitly specified charset for new String(byte[]))Vladislav Galas2019-01-041-2/+3
* Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe.Vladislav Galas2019-01-041-0/+43
* Improved test coverage for *Cell classesVladislav Galas2019-01-042-0/+22
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-032-0/+82
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-022-4/+29
* Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS...Vladislav Galas2019-01-021-1/+8
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-312-6/+6
* Adjust test for bug 60460 to also run fine on WindowsDominik Stadler2018-12-311-5/+3
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-302-10/+124
* IDE and JavaDoc fixesDominik Stadler2018-12-304-17/+12
* IDE and JavaDoc fixes, make base test classes abstractDominik Stadler2018-12-302-8/+8
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-281-38/+53
* Run Cell-tests on HSSF as well and make handling of null-values consistent ac...Dominik Stadler2018-12-281-0/+43
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-283-41/+162
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-271-1/+1
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-267-36/+9
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-262-0/+19
* Simplify some string operationsDominik Stadler2018-12-262-2/+2
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-252-27/+12
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-252-1/+62
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2515-83/+86
* Rework test somewhat and enable logger to better indicate if the test isDominik Stadler2018-12-191-207/+207
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-183-114/+212
* add missing licensePJ Fanning2018-12-161-0/+16
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-162-0/+135
* [bug-62996]try suggested test changePJ Fanning2018-12-101-2/+2
* Fix TestFileMagicDominik Stadler2018-11-261-4/+5
* Add test for FileMagicDominik Stadler2018-11-251-0/+80
* #62951 - FileMagic not correctly identifiedAndreas Beeker2018-11-251-0/+15