aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestWorkbook.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-909/+0
* Sonar fixesAndreas Beeker2021-01-171-3/+3
* Sonar fixesAndreas Beeker2021-01-091-24/+24
* Sonar fixesAndreas Beeker2021-01-081-2/+2
* Sonar fixesAndreas Beeker2021-01-081-1/+4
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-58/+32
* Update library versionsAndreas Beeker2020-08-181-52/+48
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-601/+568
* try to fix test compilePJ Fanning2020-06-271-6/+6
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-231-4/+4
* 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
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-2/+2
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-3/+2
* bug 55075: add missing importJaven O'Neal2016-10-091-0/+1
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-091-0/+58
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-9/+1
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-8/+5
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-171-5/+8
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-171-6/+3
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-171-2/+2
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-311-2/+66
* assertCloseDoesNotModifyFile method was adapted from method with the same nam...Javen O'Neal2016-03-271-0/+1
* add more commented-out tests for bug 58779: closing an XML Workbook that was ...Javen O'Neal2016-03-271-0/+10
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-121-15/+15
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-161-0/+10
* findbugs fixesAndreas Beeker2015-11-011-83/+107
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-311-6/+6
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-2/+47
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-171-0/+75
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-44/+51
* Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe...Dominik Stadler2014-12-221-1/+35
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-24/+44
* Add reproducer tests for Bug 53515, disabled as we do not fix any of theDominik Stadler2013-10-261-3/+3
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-0/+13
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-0/+2
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-23/+10
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-0/+26
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-3/+0
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-201-0/+24
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-6/+28
* initial support for SXSSF testsYegor Kozlov2011-05-181-13/+13
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-041-0/+129
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-071-0/+38
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-1/+2
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-29/+34
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-0/+10
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-355/+366
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-0/+6