-
- All Implemented Interfaces:
public final class Workbook extends ExcelElement
Represents an Excel workbook
-
-
Field Summary
Fields Modifier and Type Field Description private final XSSFWorkbookxssfWorkbook
-
Constructor Summary
Constructors Constructor Description Workbook(XSSFWorkbook xssfWorkbook, XSSFCellStyle style)
-
Method Summary
-
-
Method Detail
-
getXssfWorkbook
XSSFWorkbook getXssfWorkbook()
-
sheet
final Sheet sheet(String name, XSSFCellStyle style, Function1<Sheet, Unit> init)
Creates a new sheet in the workbook
- Parameters:
name- the name to be given to this sheetstyle- optional cell style to be applied to all lower elementsinit- block function where rows can be added
-
-
-
-