aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Use TempFile to avoid problems with temporary directories in Maven buildsDominik Stadler2019-05-201-2/+3
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-0/+89
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-2311-106/+115
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-0/+4
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-152/+163
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-311-0/+14
* #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
* possible npe in testPJ Fanning2019-03-211-1/+1
* use xmlbeans-3.0.3 rc versionPJ Fanning2019-03-201-616/+616
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-1912-65/+55
* [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
* Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK.Andreas Beeker2019-03-161-1/+1
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-163-4/+80
* Fix URL for testDominik Stadler2019-03-101-1/+2
* 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
* Remove some remnants of NFileSystemDominik Stadler2019-02-232-3/+2
* Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...Dominik Stadler2019-02-231-13/+14
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-212-1/+74
* [bug-63151] handle NPE in UnicodeStringPJ Fanning2019-02-191-10/+37
* [bug-63187] fix typosPJ Fanning2019-02-181-1/+1
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-272-15/+15
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-2/+1
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-272-42/+432
* 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-265-25/+3
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-267-9/+33
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-265-13/+13
* 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-132-13/+39
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-114-76/+16
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-112-13/+39
* 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
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-141/+158
* 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