summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Simplify some string operationsDominik Stadler2018-12-263-9/+9
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-255-21/+17
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-259-36/+38
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-183-23/+103
* use spaces for indentsPJ Fanning2018-12-171-159/+160
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-163-158/+173
* lgtm issuesPJ Fanning2018-12-081-1/+1
* fixed escaping of sheet names. Thanks to gallonfizik. This closes #134PJ Fanning2018-11-254-25/+88
* Remove commented out System.out calls / Move DummyGraphics2d to testcase area...Andreas Beeker2018-11-194-17/+10
* [bug-62908] populate NamedColorsPJ Fanning2018-11-131-15/+11