aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestSheet.java
Commit message (Expand)AuthorAgeFilesLines
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed...Javen O'Neal2017-01-191-0/+23
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-2/+2
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-1/+2
* bug 59775: fix cell address index errorJaven O'Neal2016-07-171-1/+2
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+21
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-2/+0
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-021-1/+1
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-201-0/+37
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-191-1/+5
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-4/+5
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-171-5/+4
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-171-2/+3
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-171-2/+2
* bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasi...Javen O'Neal2016-03-231-0/+5
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-221-0/+49
* fix eclipse warningsAndreas Beeker2016-03-211-9/+15
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-181-9/+31
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-041-0/+25
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-0/+5
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-1/+1
* fixed bad test case in BaseTestSheet.getCellCommentsJaven O'Neal2015-11-231-1/+11
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-2/+46
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-311-2/+42
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-231-0/+8
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-71/+120
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-201-0/+25
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-151-13/+115
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-100/+133
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+36
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-0/+13
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-2/+3
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-0/+74
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-0/+5
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-121-0/+4
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-251-0/+49
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-0/+14
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-36/+37
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-22/+20
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-301-0/+11
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-0/+41
* more refactoring of common ss testsYegor Kozlov2009-03-291-0/+27
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-0/+565