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 |
---|---|
ExcelCell |
ExcelCell.autoSizeColumn(int startCol,
int endCol) |
ExcelCell |
ExcelCell.comment(String commentText) |
ExcelCell |
ExcelCell.formula(String formula) |
ExcelCell |
ExcelCell.link(String url,
String label) |
ExcelCell |
ExcelRow.newCell() |
ExcelCell |
ExcelCell.newCell(boolean value) |
ExcelCell |
ExcelRow.newCell(long value) |
ExcelCell |
ExcelCell.newCell(long value) |
ExcelCell |
ExcelRow.newCell(Number value) |
ExcelCell |
ExcelCell.newCell(Number value) |
ExcelCell |
ExcelRow.newCell(String value) |
ExcelCell |
ExcelCell.newCell(String value) |
ExcelCell |
ExcelCell.newCell(String url,
String label)
Add a hyperlink
|
ExcelCell |
ExcelRow.newCell(Temporal value) |
ExcelCell |
ExcelCell.newCell(Temporal value) |
ExcelCell |
ExcelRow.newCellFormula(String formula) |
ExcelCell |
ExcelCell.newCellFormula(String formula) |
ExcelCell |
ExcelCell.save(String fileName) |
ExcelCell |
ExcelCell.setStyle(org.apache.poi.ss.usermodel.CellStyle style) |
ExcelCell |
ExcelCell.style(ExcelStyle style) |
ExcelCell |
ExcelCell.value(boolean value) |
ExcelCell |
ExcelCell.value(long value) |
ExcelCell |
ExcelCell.value(Number value) |
ExcelCell |
ExcelCell.value(String value) |
ExcelCell |
ExcelCell.value(Temporal value) |
Modifier and Type | Method and Description |
---|---|
org.apache.poi.ss.usermodel.CellStyle |
ExcelStyle.build(ExcelCell cell) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.