Uses of Interface
org.miaixz.bus.office.excel.style.StyleSet
Packages that use StyleSet
Package
Description
Excel样式封装
Excel生成封装
Excel 操作工具类
-
Uses of StyleSet in org.miaixz.bus.office.excel.style
Classes in org.miaixz.bus.office.excel.style that implement StyleSet -
Uses of StyleSet in org.miaixz.bus.office.excel.writer
Methods in org.miaixz.bus.office.excel.writer that return StyleSetMethods in org.miaixz.bus.office.excel.writer with parameters of type StyleSetModifier and TypeMethodDescriptionExcelWriter.setStyleSet(StyleSet styleSet) 设置样式集,如果不使用样式,传入nullSheetDataWriter.setStyleSet(StyleSet styleSet) 设置样式表Constructors in org.miaixz.bus.office.excel.writer with parameters of type StyleSetModifierConstructorDescriptionSheetDataWriter(org.apache.poi.ss.usermodel.Sheet sheet, ExcelWriteConfig config, StyleSet styleSet) 构造 -
Uses of StyleSet in org.miaixz.bus.office.excel.xyz
Methods in org.miaixz.bus.office.excel.xyz with parameters of type StyleSetModifier and TypeMethodDescriptionstatic voidCellKit.setCellValue(org.apache.poi.ss.usermodel.Cell cell, Object value, StyleSet styleSet, boolean isHeader, CellEditor cellEditor) 设置单元格值 根据传入的styleSet自动匹配样式 当为头部样式时默认赋值头部样式,但是头部中如果有数字、日期等类型,将按照数字、日期样式设置static voidRowKit.writeRow(org.apache.poi.ss.usermodel.Row row, Iterable<?> rowData, StyleSet styleSet, boolean isHeader, CellEditor cellEditor) 写一行数据