Uses of Class
icu.easyj.poi.excel.model.ExcelCellMapping
Packages that use ExcelCellMapping
-
Uses of ExcelCellMapping in icu.easyj.poi.excel.model
Methods in icu.easyj.poi.excel.model that return ExcelCellMappingModifier and TypeMethodDescriptionstatic ExcelCellMappingExcelCellMapping.toMapping(ExcelCell anno, Class<?> clazz, Field f, ExcelMapping mapping) 注解转换为映射类对象Methods in icu.easyj.poi.excel.model that return types with arguments of type ExcelCellMappingModifier and TypeMethodDescriptionstatic List<ExcelCellMapping>ExcelCellMapping.getCellMappingList(Class<?> clazz, ExcelMapping mapping) 获取属性与表格的映射关系ExcelMapping.getCellMappingList()Method parameters in icu.easyj.poi.excel.model with type arguments of type ExcelCellMappingModifier and TypeMethodDescriptionvoidExcelMapping.setCellMappingList(List<ExcelCellMapping> cellMappingList) -
Uses of ExcelCellMapping in icu.easyj.poi.excel.util
Methods in icu.easyj.poi.excel.util with parameters of type ExcelCellMappingModifier and TypeMethodDescriptionstatic intExcelRowUtils.getCellNumByHead(org.apache.poi.ss.usermodel.Row headRow, int cellNum, ExcelCellMapping cellMapping) 根据头行获取当前列号static ObjectExcelCellUtils.getCellValue(org.apache.poi.ss.usermodel.Cell cell, ExcelCellMapping cellMapping) 获取单元格的值static voidExcelCellUtils.setCellValue(org.apache.poi.ss.usermodel.Cell cell, Object data, ExcelCellMapping cellMapping) 设置单元格的值