summaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-152/+163
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-0/+31
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-301-6/+14
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-2/+16
* [bug-63291] support concurrent date formatting with same DataFormatterPJ Fanning2019-03-271-16/+14
* add test for concurrent use of DataFormatterPJ Fanning2019-03-271-5/+45
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-191-0/+19
* pre-release maintenance:Greg Woolsey2019-03-191-0/+0
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-181-2/+10
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-163-4/+80
* Close more file-handles in testsDominik Stadler2019-03-031-31/+43
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-231-1/+3
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-211-0/+38
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-271-1/+0
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-271-0/+378
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-261-1/+1
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-263-14/+0
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-266-8/+33
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-263-11/+11
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-261-2/+13
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-261-0/+54
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-221-3/+2
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-141-0/+32
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-131-2/+2
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-135-46/+53
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-131-4/+28
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-5/+1
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-111-12/+36
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-081-0/+33
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-071-0/+106
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-072-0/+64
* 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-041-0/+43
* Improved test coverage for *Cell classesVladislav Galas2019-01-041-0/+16
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-031-0/+49
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-022-4/+29
* Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS...Vladislav Galas2019-01-021-1/+8
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-301-10/+107
* IDE and JavaDoc fixesDominik Stadler2018-12-301-9/+9
* IDE and JavaDoc fixes, make base test classes abstractDominik Stadler2018-12-302-8/+8
* Run Cell-tests on HSSF as well and make handling of null-values consistent ac...Dominik Stadler2018-12-281-0/+43
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-283-41/+162
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-262-0/+19
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-251-22/+10
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-251-1/+20
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-255-35/+38
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-182-3/+83
* add missing licensePJ Fanning2018-12-161-0/+16