aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-262-15/+31
* 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-133-37/+82
* 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-112-10/+3
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-072-14/+173
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-079-97/+257
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-021-1/+1
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-303-76/+107
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-36/+21
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-261-3/+3