Package | Description |
---|---|
net.objectlab.kit.util.excel |
This package provides a series of fluent classes that enable EASY creation of Excel Spreadsheets.
|
Modifier and Type | Method and Description |
---|---|
ExcelWorkbook |
ExcelWorkbook.dispose() |
static ExcelWorkbook |
ExcelWorkbook.newInMemoryWorkbook() |
static ExcelWorkbook |
ExcelWorkbook.newStreamingWorkbook() |
ExcelWorkbook |
ExcelWorkbook.save(String fileName) |
ExcelWorkbook |
ExcelRow.workbook() |
ExcelWorkbook |
ExcelSheet.workbook() |
ExcelWorkbook |
ExcelCell.workbook() |
Constructor and Description |
---|
ExcelSheet(org.apache.poi.xssf.streaming.SXSSFSheet sheet,
ExcelWorkbook book) |
ExcelSheet(org.apache.poi.xssf.usermodel.XSSFSheet sheet,
ExcelWorkbook book) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.