-
- All Implemented Interfaces:
public abstract class ExcelElementSuper class for all Excel elements
-
-
Field Summary
Fields Modifier and Type Field Description private final XSSFWorkbookxssfWorkbook
-
Constructor Summary
Constructors Constructor Description ExcelElement()
-
Method Summary
Modifier and Type Method Description abstract XSSFWorkbookgetXssfWorkbook()final XSSFCellStylecreateCellStyle(Function1<XSSFCellStyle, Unit> init)Creates a new XSSFCellStyle from the options specified in the init block final XSSFFontcreateFont(Function1<XSSFFont, Unit> init)Creates a new XSSFFont from the options specified in the init block -
-
Method Detail
-
getXssfWorkbook
abstract XSSFWorkbook getXssfWorkbook()
-
createCellStyle
final XSSFCellStyle createCellStyle(Function1<XSSFCellStyle, Unit> init)
Creates a new XSSFCellStyle from the options specified in the init block
- Parameters:
init- block function where style attributes can be specified
-
createFont
final XSSFFont createFont(Function1<XSSFFont, Unit> init)
Creates a new XSSFFont from the options specified in the init block
- Parameters:
init- block function where font attributes can be specified
-
-
-
-