Package com.amalgamasimulation.excel
Class CellStyle
java.lang.Object
com.amalgamasimulation.excel.CellStyle
-
Constructor Summary
ConstructorsConstructorDescriptionCellStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, Color borderColor, Color backgroundColor, String dataFormat, boolean wrapText) CellStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, Color borderColor, Color backgroundColor, String dataFormat, boolean wrapText, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.poi.xssf.usermodel.XSSFCellStyleinthashCode()boolean
-
Constructor Details
-
CellStyle
-
CellStyle
-
-
Method Details