aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-158/+0
* Sonar fixesAndreas Beeker2021-01-091-6/+7
* Sonar fixesAndreas Beeker2021-01-091-10/+9
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-31/+21
* Update library versionsAndreas Beeker2020-08-181-20/+16
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-8/+8
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-6/+3
* code formattingPJ Fanning2018-07-111-4/+4
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-191-0/+1
* remove unused importJaven O'Neal2016-04-181-1/+0
* add unit test for SXSSFSheet#changeRowNumJaven O'Neal2016-04-181-0/+18
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-10/+2
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-171-2/+10
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-171-6/+0
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-171-4/+2
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-0/+8
* whitespaceJaven O'Neal2015-11-241-3/+3
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-6/+7
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-201-0/+5
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-151-0/+7
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-25/+35
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-38/+36
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-2/+3
* Bug 53650 - Prevent unreadable content and disalow to overwrite rows in user...Yegor Kozlov2012-12-071-1/+43
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-141-0/+7
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-091-0/+86