Interface ExcelSheetNamingStrategy
-
- All Known Implementing Classes:
DefaultExcelSheetNamingStrategy
public interface ExcelSheetNamingStrategyExcel has restriction on sheet name length. The name cannot exceed 31 chars.ExcelSheetNamingStrategytries to truncate typed to 31 chars.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateName(org.apache.poi.ss.usermodel.Workbook workbook, java.lang.String typeCode)Generates sheet name which has max 31 chars.
-