public class StyleUtil extends Object
| 构造器和说明 |
|---|
StyleUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.CellStyle |
buildCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
Font f,
org.apache.poi.ss.usermodel.IndexedColors indexedColors) |
static org.apache.poi.ss.usermodel.CellStyle |
buildDefaultCellStyle(org.apache.poi.ss.usermodel.Workbook workbook) |
static org.apache.poi.ss.usermodel.Sheet |
buildSheetStyle(org.apache.poi.ss.usermodel.Sheet currentSheet,
Map<Integer,Integer> sheetWidthMap) |
public static org.apache.poi.ss.usermodel.CellStyle buildDefaultCellStyle(org.apache.poi.ss.usermodel.Workbook workbook)
workbook - public static org.apache.poi.ss.usermodel.CellStyle buildCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
Font f,
org.apache.poi.ss.usermodel.IndexedColors indexedColors)
workbook - f - indexedColors - Copyright © 2018 Alibaba Group. All rights reserved.