aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exclude one more local file from rat-checksDominik Stadler2019-01-271-0/+1
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-275-30/+61
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-2713-110/+1016
* Ignore file-leaks from openjpa/derby/log4j for the regression testsDominik Stadler2019-01-271-4/+12
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-266-122/+141
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-264-103/+59
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-265-75/+55
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-265-47/+18
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-265-24/+53
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-2613-51/+8
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-2619-39/+92
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-2615-32/+31
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-264-4/+30
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-267-107/+268
* try to fix missing modules error and move addOpens detection into ant buildAndreas Beeker2019-01-242-61/+32
* Add required --add-opens and other settings for JDK 12 on WindowsDominik Stadler2019-01-221-0/+7
* Jenkins: Try to disable coverage for JDK 13 for now as it seems to cause issuesDominik Stadler2019-01-221-1/+4
* Jenkins: Add initial build for JDK 13, add build for JDK 12 on WindowsDominik Stadler2019-01-221-0/+16
* Fix invalid comment in build.xmlDominik Stadler2019-01-221-1/+1
* Fix passing in --add-opens for Java 9+ after the poiunit refactoring, thisDominik Stadler2019-01-221-9/+9
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-222-4/+3
* try to fix xmlbeans buildPJ Fanning2019-01-191-6/+1
* update xmlbeans targetsAndreas Beeker2019-01-181-2/+2
* [github-140] add .travis.yml. Thanks to krichter722. This closes #140PJ Fanning2019-01-151-0/+8
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-1411-54/+230
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-132-4/+7
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-1317-146/+170
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-133-18/+50
* Add reproducer for bug 60355Dominik Stadler2019-01-132-3/+59
* Revert inadvertently commented linesDominik Stadler2019-01-111-6/+6
* Remove obsolete settings from JDK 11/12 buildDominik Stadler2019-01-111-8/+2
* Enable weekly run of Java 12 buildDominik Stadler2019-01-111-3/+1
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-1118-169/+82
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-114-40/+70
* Bug #60977 writing XSSF with custom properties twice corrupts outputGreg Woolsey2019-01-112-0/+73
* use spaces for indentsPJ Fanning2019-01-101-8/+8
* Bug 63054: updated formulas in test spreadsheet to keep build happyYegor Kozlov2019-01-081-0/+0
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-082-0/+33
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-0710-136/+411
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-0713-97/+321
* updated mockito to 2.23.4 to fix java 11 buildVladislav Galas2019-01-062-9/+12
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-042-141/+162
* 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-042-21/+57
* Improved test coverage for *Cell classesVladislav Galas2019-01-044-3/+93
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-038-18/+141
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-029-17/+43
* Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS...Vladislav Galas2019-01-022-7/+14
* Add missing revert() in OPCPackage to close Zip-streams alwaysDominik Stadler2019-01-011-0/+3
* Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regr...Dominik Stadler2019-01-011-2/+8