aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
...
* change package.html to package-info.javaAndreas Beeker2019-12-013-49/+23
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-293-16/+6
* replace more StringBuffersPJ Fanning2019-11-213-3/+3
* Update javadoc on FinanceLib. This closes #162PJ Fanning2019-11-211-18/+18
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-2039-42/+42
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-176-17/+9
* Adjust comments and add slightly more test-coverageDominik Stadler2019-10-261-4/+9
* [bug-63842] FractionFormat casts whole part of the value into 'int'PJ Fanning2019-10-141-18/+23
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-093-20/+292
* try to fix build failurePJ Fanning2019-09-141-1/+1
* try to avoid casting to intPJ Fanning2019-09-144-4/+4
* [bug-63533] fix javadoc that refers to horisontalPdiPJ Fanning2019-07-011-1/+1
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-1/+21
* remove some tab indentsPJ Fanning2019-05-221-111/+111
* fix result of multiplication cast to wider typeAlain Béarez2019-05-216-89/+117
* fix whitespace contradicts operator precedenceAlain Béarez2019-05-212-17/+21
* fix boxed variable is never nullAlain Béarez2019-05-211-43/+54
* fix potential output resource leaks (LGTM)Alain Béarez2019-05-211-9/+17
* Refine JavaDoc of WorkbookFactory slightlyDominik Stadler2019-05-161-3/+4
* Close more file-handles in testsDominik Stadler2019-04-231-3/+7
* some more checks for int overflowsPJ Fanning2019-04-151-1/+1
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-3/+5
* Improve error message slightly and verify error when a File is passed inDominik Stadler2019-04-071-2/+3
* replace version number 4.0.2PJ Fanning2019-03-312-2/+2
* 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
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-4/+4
* [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-1812-19/+154
* 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 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-211-2/+2
* [bug-63187] fix typosPJ Fanning2019-02-182-4/+4
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-091-1/+2
* 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-261-2/+68
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-261-0/+42
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-262-2/+28
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-262-1/+18
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-261-0/+9
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-263-6/+22
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-262-2/+2
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-262-0/+15