aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Remove commented out System.out calls / Move DummyGraphics2d to testcase area...Andreas Beeker2018-11-191-0/+832
* Try to fix ImageIO cache errorAndreas Beeker2018-11-161-12/+12
* One more try to avoid the test-failures related to ImageIO-cache dirDominik Stadler2018-11-161-12/+12
* Try to create the temporary directory for ImageIO to see if that makes Dominik Stadler2018-11-161-5/+18
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-316-55/+37
* #62649 - Remove OPOIFSAndreas Beeker2018-08-262-170/+113
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-017-100/+73
* Streamline assertion-usage in some testsDominik Stadler2018-04-271-12/+9
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-29/+24
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-041-2/+2
* tidy up API for font indexPJ Fanning2018-02-261-2/+2
* further uptake of int methods for font lookupsPJ Fanning2018-02-221-17/+17
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-142-1/+42
* add missing licenses to source codePJ Fanning2018-01-302-2/+38
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-302-0/+85
* use StandardCharsetsPJ Fanning2017-12-191-1/+1
* Adjust some tests to properly close resourcesDominik Stadler2017-11-051-129/+109
* 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-042-84/+37
* Remove more deprecated codePJ Fanning2017-10-231-0/+6
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-221-2/+2
* Remove use of deprecated methodsPJ Fanning2017-10-224-21/+21
* Remove use of deprecated methodsPJ Fanning2017-10-223-13/+13
* adjust tests, javadoc, ...Dominik Stadler2017-10-112-21/+4
* Add test which shows that bug 51262 is fixed nowDominik Stadler2017-10-091-0/+28
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-262-47/+27
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-262-77/+59
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-10/+0
* tidy up some test codePJ Fanning2017-09-192-8/+8
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-191-39/+8
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-191-4/+11
* use non-deprecated versions of getCellTypePJ Fanning2017-09-187-7/+7
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-183-15/+15
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-185-21/+21
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-1/+1
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-36/+36
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-2/+2
* Remove unnecessary local variablesDominik Stadler2017-09-163-8/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1623-41/+41
* Remove unnecessary type argumentsDominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-2/+2
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-165-10/+10
* Tried to reproduce bug 61300, but could not.Dominik Stadler2017-09-161-5/+1
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-151-8/+6
* add missing licenses on test classesPJ Fanning2017-09-141-0/+17
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-131-0/+223
* Assert on the contents of the byte-array to see if the problem happens during...Dominik Stadler2017-08-011-0/+5
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-305-116/+66
* Refactor test somewhat to make it easier to see what it actually verifiesDominik Stadler2017-07-241-34/+53
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1717-31/+31