Package de.samply.reporter.context
Class CellStyleContext
java.lang.Object
de.samply.reporter.context.CellStyleContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellStyleToCell(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.CellStyle cellStyle) org.apache.poi.ss.usermodel.CellStyleorg.apache.poi.ss.usermodel.Workbook
-
Constructor Details
-
CellStyleContext
public CellStyleContext(org.apache.poi.ss.usermodel.Workbook workbook)
-
-
Method Details
-
addCellStyleToCell
public void addCellStyleToCell(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.CellStyle cellStyle) -
createCellStyle
public org.apache.poi.ss.usermodel.CellStyle createCellStyle() -
getWorkbook
public org.apache.poi.ss.usermodel.Workbook getWorkbook()
-