poi/src/ooxml/testcases/org/apache/poi/xssf
Tim Allison e4f884a915 60879 -- figure out if we can support old beta xlsb or throw exception. For now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787832 13f79535-47bb-0310-9956-ffa450edef68
2017-03-20 18:50:25 +00:00
..
binary 60826 -- add initial support for streaming reading of xlsb files. 2017-03-16 18:37:13 +00:00
eventusermodel 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 2017-03-17 10:09:59 +00:00
extractor 60879 -- figure out if we can support old beta xlsb or throw exception. For now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. 2017-03-20 18:50:25 +00:00
io optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
model Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
streaming Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
usermodel Remove unused import, IntelliJ warnings, duplicated code, improve some exception-texts 2017-03-10 20:13:39 +00:00
util #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 2017-02-08 01:01:51 +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 bug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to work on SXSSFWorkbooks and XSSFWorkbooks 2017-01-19 08:51:04 +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 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fails with latest code 2016-10-09 20:34:35 +00:00
TestXSSFCloneSheet.java bug 60742: remove commented out debugging code 2017-02-17 20:53:44 +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