Package de.samply.reporter.context
Class CellContext
java.lang.Object
de.samply.reporter.context.CellContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellModifier(Consumer<org.apache.poi.ss.usermodel.Cell> cellModifier) voidaddSheetModifier(Consumer<org.apache.poi.ss.usermodel.Sheet> sheetModifier) voidapplyCellStyleToCell(org.apache.poi.ss.usermodel.Cell cell) voidapplySheetStyleToSheet(org.apache.poi.ss.usermodel.Sheet sheet) getCellValueAsString(org.apache.poi.ss.usermodel.Cell cell) voidsetCellStyle(BiConsumer<org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.CellStyle> cellStyleConsumer) voidsetCondition(Function<org.apache.poi.ss.usermodel.Cell, Boolean> condition)
-
Constructor Details
-
CellContext
-
-
Method Details
-
setCondition
-
setCellStyle
public void setCellStyle(BiConsumer<org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.CellStyle> cellStyleConsumer) -
addCellModifier
-
addSheetModifier
-
applyCellStyleToCell
public void applyCellStyleToCell(org.apache.poi.ss.usermodel.Cell cell) -
applySheetStyleToSheet
public void applySheetStyleToSheet(org.apache.poi.ss.usermodel.Sheet sheet) -
getCellValueAsString
-