aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-6/+6
* Slightly adjust afew tests some moreDominik Stadler2018-06-291-10/+4
* #62451 - Document last printed in the year 27321Andreas Beeker2018-06-171-0/+17
* remove obsolete dev classesAndreas Beeker2018-06-081-160/+0
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-0/+160
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-9/+13
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
* add convenience method for files to FileMagicAndreas Beeker2018-05-021-66/+74
* add license headerAndreas Beeker2018-05-021-0/+17
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-0114-126/+100
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+43
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-275-81/+127
* Streamline assertion-usage in some testsDominik Stadler2018-04-271-12/+9
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-201-0/+15
* Fix unit test broken with previous check-inDominik Stadler2018-04-201-1/+2
* Add some unit-tests for setActiveCell(), although bug 61905 reports that Exce...Dominik Stadler2018-04-191-19/+30
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-29/+24
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-0/+22
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+98
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-042-3/+3
* tidy up API for font indexPJ Fanning2018-02-262-3/+3
* further uptake of int methods for font lookupsPJ Fanning2018-02-222-31/+31
* [bug-62018] use ints to index fontsPJ Fanning2018-02-203-7/+7
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-144-5/+141
* #62096 - Add support for tabstopsAndreas Beeker2018-02-111-0/+65
* Bug 62042: Adjust gradle build to properly set the localeDominik Stadler2018-02-081-1/+1
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-0/+26
* add missing licenses to source codePJ Fanning2018-01-304-9/+77
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-305-0/+607
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-0/+16
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-28/+10
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-1/+1
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-302-1/+16
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-5/+3
* use StandardCharsetsPJ Fanning2017-12-191-1/+1
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-182-0/+339
* bug 61840: close workbook to prevent resource leak in unit testJaven O'Neal2017-12-011-1/+3
* bug 61840: add unit test showing that shiftRows does not produce #REF! formul...Javen O'Neal2017-12-011-0/+25
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-243-21/+56
* add TestStringCodepointsIterablePJ Fanning2017-11-221-0/+45
* bug 61730: remove asSet function from unit testJaven O'Neal2017-11-071-5/+1
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s...Javen O'Neal2017-11-071-7/+28
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-071-1/+36
* bug 61727: make TestCellRangeUtil unit tests more explicitJaven O'Neal2017-11-061-27/+34
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ...Javen O'Neal2017-11-061-0/+69
* Adjust some tests to properly close resourcesDominik Stadler2017-11-052-150/+137
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-051-4/+390
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-043-87/+40
* bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifterJaven O'Neal2017-11-041-2/+78
* bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co...Javen O'Neal2017-11-041-53/+144