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.
PJ Fanning 4ad4d76241 [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99 6 years ago
..
ColumnHelper.java Remove unnecessary type arguments (Java 8) 6 years ago
HeaderFooterHelper.java use StringBuilder in more places 6 years ago
XSSFColumnShifter.java bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes 6 years ago
XSSFFormulaUtils.java use non-deprecated versions of getCellType 6 years ago
XSSFIgnoredErrorHelper.java Use Collections.singleton() where applicable 6 years ago
XSSFPasswordHelper.java add forbidden api checks for non-Locale toLowerCase and toUpperCase 6 years ago
XSSFRowColShifter.java Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
XSSFRowShifter.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
XSSFSingleXmlCell.java Remove unnecessary local variables 6 years ago
XSSFXmlColumnPr.java [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99 6 years ago