Uses of Class
com.hybris.backoffice.excel.data.ExcelWorksheet
Packages that use ExcelWorksheet
Package
Description
-
Uses of ExcelWorksheet in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data that return types with arguments of type ExcelWorksheetMethods in com.hybris.backoffice.excel.data with parameters of type ExcelWorksheetMethod parameters in com.hybris.backoffice.excel.data with type arguments of type ExcelWorksheetModifier and TypeMethodDescriptionvoidExcelWorkbook.forEachWorksheet(Consumer<ExcelWorksheet> consumer) Constructors in com.hybris.backoffice.excel.data with parameters of type ExcelWorksheet -
Uses of ExcelWorksheet in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ExcelWorksheetModifier and TypeMethodDescriptionprotected 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 ExcelWorksheetModifier and TypeMethodDescriptionprotected voidDefaultExcelImportService.populateRows(org.apache.poi.ss.usermodel.Sheet typeSheet, ExcelWorksheet excelWorksheet, List<String> entriesRef, SelectedAttribute selectedAttribute, int columnIndex) protected List<ExcelValidationResult>DefaultExcelImportService.validate(ExcelWorksheet excelWorksheet, Map<String, Object> context) -
Uses of ExcelWorksheet in com.hybris.backoffice.excel.validators.util
Methods in com.hybris.backoffice.excel.validators.util with parameters of type ExcelWorksheetModifier and TypeMethodDescriptionDefaultExcelWorkbookEntriesService.generateEntryKeys(ExcelWorksheet worksheet) ExcelWorkbookEntriesService.generateEntryKeys(ExcelWorksheet excelWorksheet) Generated list of entries key based on excel worksheet