Uses of Class
com.hybris.backoffice.excel.data.ExcelWorksheet
-
Packages that use ExcelWorksheet Package Description com.hybris.backoffice.excel.data com.hybris.backoffice.excel.importing -
-
Uses of ExcelWorksheet in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data that return types with arguments of type ExcelWorksheet Modifier and Type Method Description java.util.Set<ExcelWorksheet>ExcelWorkbook. getWorksheets()Methods in com.hybris.backoffice.excel.data with parameters of type ExcelWorksheet Modifier and Type Method Description voidExcelWorkbook. add(ExcelWorksheet excelWorksheet)Method parameters in com.hybris.backoffice.excel.data with type arguments of type ExcelWorksheet Modifier and Type Method Description voidExcelWorkbook. forEachWorksheet(java.util.function.Consumer<ExcelWorksheet> consumer)Constructors in com.hybris.backoffice.excel.data with parameters of type ExcelWorksheet Constructor Description ExcelWorkbook(ExcelWorksheet... excelWorksheets) -
Uses of ExcelWorksheet in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelWorksheet Modifier and Type Method Description protected ExcelWorksheetDefaultExcelImportService. populate(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, org.apache.poi.ss.usermodel.Sheet typeSheet)Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelWorksheet Modifier and Type Method Description protected voidDefaultExcelImportService. populateRows(org.apache.poi.ss.usermodel.Sheet typeSheet, ExcelWorksheet excelWorksheet, java.util.List<java.lang.String> entriesRef, SelectedAttribute selectedAttribute, int columnIndex)protected java.util.List<ExcelValidationResult>DefaultExcelImportService. validate(ExcelWorksheet excelWorksheet, java.util.Map<java.lang.String,java.lang.Object> context)
-