public interface Spreadsheet
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetDecoration |
getDecoration()
Gets decoration.
|
Sheet |
newSheet()
New sheet sheet.
|
OutputStream |
performWrite()
Converts the
Spreadsheet to POI Workbook and writes it. |
Set<Sheet> |
sheets()
Sheets set.
|
byte[] |
write()
Deprecated.
To be deleted at version 1.0
|
Sheet newSheet()
SpreadsheetDecoration getDecoration()
@Deprecated byte[] write()
performWrite()OutputStream performWrite()
Spreadsheet to POI Workbook and writes it.Copyright © 2018. All rights reserved.