Uses of Class
org.miaixz.bus.office.excel.ExcelConfig
Packages that use ExcelConfig
Package
Description
POI中对Excel读写的封装,入口为ExcelKit
数据读取接口及实现,此包中定义了SheetReader,通过实现此接口,实现sheet中的数据读取为不同类型。
Excel生成封装
-
Uses of ExcelConfig in org.miaixz.bus.office.excel
Classes in org.miaixz.bus.office.excel with type parameters of type ExcelConfigModifier and TypeClassDescriptionclassExcelBase<T extends ExcelBase<T,C>, C extends ExcelConfig> Excel基础类,用于抽象ExcelWriter和ExcelReader中共用部分的对象和方法Fields in org.miaixz.bus.office.excel declared as ExcelConfigMethods in org.miaixz.bus.office.excel that return ExcelConfigModifier and TypeMethodDescriptionExcelConfig.addHeaderAlias(String header, String alias) 增加标题别名ExcelConfig.clearHeaderAlias()清空标题别名,key为Map中的key,value为别名ExcelConfig.removeHeaderAlias(String header) 去除标题别名ExcelConfig.setCellEditor(CellEditor cellEditor) 设置单元格值处理逻辑 当Excel中的值并不能满足我们的读取要求时,通过传入一个编辑接口,可以对单元格值自定义,例如对数字和日期类型值转换为字符串等ExcelConfig.setHeaderAlias(Map<String, String> headerAlias) 设置标题行的别名Map -
Uses of ExcelConfig in org.miaixz.bus.office.excel.reader
Subclasses of ExcelConfig in org.miaixz.bus.office.excel.reader -
Uses of ExcelConfig in org.miaixz.bus.office.excel.writer
Subclasses of ExcelConfig in org.miaixz.bus.office.excel.writer