You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Woolsey d68912db25 Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648. 6 years ago
..
binary 60826 -- add initial support for streaming reading of xlsb files. 7 years ago
eventusermodel bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets. 7 years ago
extractor [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the patch 7 years ago
io optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
model Remove more deprecated code (especially from Spreadsheet Cell classes) 7 years ago
streaming [Bug-61048] SXSSF module writes wrong escape sequence for carriage returns 6 years ago
usermodel Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648. 6 years ago
util fix tests broken by <br/> doc changes 7 years ago
AllXSSFTests.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 8 years ago
SXSSFITestDataProvider.java bug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to work on SXSSFWorkbooks and XSSFWorkbooks 7 years ago
TestSheetProtection.java bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations 8 years ago
TestWorkbookProtection.java Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fails with latest code 7 years ago
TestXSSFCloneSheet.java bug 60742: remove commented out debugging code 7 years ago
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 8 years ago
XSSFTestDataSamples.java replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") 7 years ago