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 |
---|---|
ExcelRow |
ExcelRow.autoSizeColumn(int startCol,
int endCol) |
ExcelRow |
ExcelRow.newRow() |
ExcelRow |
ExcelSheet.newRow() |
ExcelRow |
ExcelCell.newRow() |
ExcelRow |
ExcelRow.newRow(int rowIdx) |
ExcelRow |
ExcelSheet.newRow(int rowIdx) |
ExcelRow |
ExcelCell.newRow(int rowIdx) |
ExcelRow |
ExcelCell.row() |
ExcelRow |
ExcelRow.save(String fileName) |
ExcelRow |
ExcelRow.skipCol() |
ExcelRow |
ExcelCell.skipCol() |
ExcelRow |
ExcelRow.style(ExcelStyle style) |
Constructor and Description |
---|
ExcelCell(org.apache.poi.ss.usermodel.Cell cell,
ExcelRow row) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.