aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-1/+1
* replace version number 4.0.2PJ Fanning2019-03-313-3/+3
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-311-1/+1
* fix build issuePJ Fanning2019-03-302-4/+39
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-6/+14
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-303-2/+12
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-4/+6
* [bug-63291] support concurrent date formatting with same DataFormatterPJ Fanning2019-03-271-9/+14
* some javadoc issuesPJ Fanning2019-03-201-2/+2
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-199-31/+31
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-191-1/+6
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-1813-20/+165
* Fix forbidden apis errorAndreas Beeker2019-03-161-1/+1
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-163-2/+62
* Handle possible invalid date value (#61652)Greg Woolsey2019-03-161-0/+3
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-162-13/+20
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-141-21/+22
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-021-1/+4
* Bug 62151: Fix warnings about illegal reflective access in Java 9+ byDominik Stadler2019-03-022-25/+214
* Remove some remnants of NFileSystemDominik Stadler2019-02-234-15/+4
* Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...Dominik Stadler2019-02-231-1/+1
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-211-2/+2
* [bug-63151] handle NPE in UnicodeStringPJ Fanning2019-02-191-6/+7
* [bug-63187] fix typosPJ Fanning2019-02-182-4/+4
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-091-1/+2
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-273-9/+17
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-277-59/+116
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-262-34/+89
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-262-32/+50
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-263-35/+45
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-263-13/+18
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-262-8/+9
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-264-8/+22
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-264-7/+6
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-262-0/+15
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-263-19/+74
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-221-1/+1
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-147-54/+198
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-131-2/+5
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-135-65/+90
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-131-5/+11
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-117-35/+15
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-075-70/+220
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-079-97/+257
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-0/+4
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-031-4/+1
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-021-1/+1
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-314-204/+145
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-303-76/+107
* IDE and JavaDoc fixesDominik Stadler2018-12-301-5/+5