aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-1115/+0
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-091-35/+35
* Sonar fixesAndreas Beeker2021-01-081-1/+1
* Sonar fixesAndreas Beeker2021-01-081-13/+15
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-63/+55
* Update library versionsAndreas Beeker2020-08-181-12/+6
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-1/+1
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-880/+807
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-231-2/+2
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-041-3/+8
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-8/+7
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-4/+8
* Move test to base-test-class to run it for (S)XSSF as wellDominik Stadler2017-01-261-45/+2
* fix copy-paste typo in unit test found by Andrzej WiteckiJaven O'Neal2017-01-201-8/+5
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-6/+0
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-171-0/+6
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-171-6/+0
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-311-1/+1
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-131-0/+19
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-0/+29
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-5/+4
* whitespaceJaven O'Neal2015-11-241-16/+16
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+1
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-241-7/+6
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-111-2/+2
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-231-8/+0
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-131/+187
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-231-0/+7
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-201-1/+6
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-60/+111
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+17
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-1/+58
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-21/+5
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-121-34/+108
* merged with trunkEvgeniy Berlog2012-08-051-0/+16
|\
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-0/+16
* | implemented cloning of shapesEvgeniy Berlog2012-07-191-2/+2
|/
* fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007Yegor Kozlov2011-07-201-0/+17
* Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are...Yegor Kozlov2011-07-151-0/+22
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-2/+2
* initial support for excel auto-filtersYegor Kozlov2010-08-081-12/+48
* increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on ...Yegor Kozlov2010-08-061-8/+8
* Fix bug #49694 - Use DataFormatter when autosizing columns, to better match t...Nick Burch2010-08-031-0/+38
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-161-4/+7
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-18/+13
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-251-1/+4
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-221-15/+21
* renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeftYegor Kozlov2009-11-131-3/+3
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-061-0/+13