public class StyleUtil
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static org.apache.poi.ss.usermodel.CellStyle |
buildContentCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
WriteCellStyle writeCellStyle)
Build content cell style
|
static org.apache.poi.ss.usermodel.CellStyle |
buildDefaultCellStyle(org.apache.poi.ss.usermodel.Workbook workbook) |
static org.apache.poi.ss.usermodel.CellStyle |
buildHeadCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
WriteCellStyle writeCellStyle)
Build head cell style
|
public static org.apache.poi.ss.usermodel.CellStyle buildDefaultCellStyle(org.apache.poi.ss.usermodel.Workbook workbook)
workbook
- Workbookpublic static org.apache.poi.ss.usermodel.CellStyle buildHeadCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, WriteCellStyle writeCellStyle)
workbook
- WorkbookwriteCellStyle
- WriteCellStylepublic static org.apache.poi.ss.usermodel.CellStyle buildContentCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, WriteCellStyle writeCellStyle)
workbook
- WorkbookwriteCellStyle
- WriteCellStyle