Uses of Class
org.miaixz.bus.office.excel.RowGroup
Packages that use RowGroup
Package
Description
POI中对Excel读写的封装,入口为ExcelKit
Excel生成封装
-
Uses of RowGroup in org.miaixz.bus.office.excel
Methods in org.miaixz.bus.office.excel that return RowGroupModifier and TypeMethodDescription添加指定名臣的子分组,最终分组添加子分组static RowGroup创建分组RowGroup.setChildren(List<RowGroup> children) 设置子分组设置分组名称RowGroup.setStyle(org.apache.poi.ss.usermodel.CellStyle style) 设置样式Methods in org.miaixz.bus.office.excel that return types with arguments of type RowGroupMethods in org.miaixz.bus.office.excel with parameters of type RowGroupMethod parameters in org.miaixz.bus.office.excel with type arguments of type RowGroup -
Uses of RowGroup in org.miaixz.bus.office.excel.writer
Methods in org.miaixz.bus.office.excel.writer with parameters of type RowGroupModifier and TypeMethodDescriptionExcelWriter.writeHeader(int x, int y, int rowCount, RowGroup rowGroup) 写出分组标题行ExcelWriter.writeHeader(RowGroup rowGroup) 写出分组标题行SheetDataWriter.writeHeader(int x, int y, int rowCount, RowGroup rowGroup) 写出分组标题行