poi/src/ooxml/testcases/org/apache/poi/xssf
Dominik Stadler d0513f2ca6 Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets.
Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737237 13f79535-47bb-0310-9956-ffa450edef68
2016-03-31 13:32:05 +00:00
..
eventusermodel Bug 57914: Provide a better error message for OOXML strict format which we do not support yet. 2016-02-27 10:23:46 +00:00
extractor Pull out two more XSSF namespace definitions as re-usable constants 2016-02-23 22:16:54 +00:00
io optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
model bug 58775: set an upper limit on number of data formats, default 250. 2015-12-29 05:46:20 +00:00
streaming Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
usermodel Revert set of inadvertedly committed files/changes 2016-03-29 18:11:44 +00:00
util Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out information if limits are reached instead of OOM 2015-09-20 20:05:36 +00:00
AllXSSFTests.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
SXSSFITestDataProvider.java move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 2016-02-18 04:05:45 +00:00
TestSheetProtection.java bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations 2015-11-24 07:34:09 +00:00
TestWorkbookProtection.java Bug 51483 - XSSF locking of specific features not working 2014-09-04 22:50:28 +00:00
TestXSSFCloneSheet.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
XSSFITestDataProvider.java move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 2016-02-18 04:05:45 +00:00
XSSFTestDataSamples.java add convenience methods for writing and reading back XSSFWorkbooks 2015-12-28 13:44:08 +00:00