public interface Editable
| Modifier and Type | Method and Description |
|---|---|
Editable |
appendRowToFirstSheet(Row row) |
Editable |
appendRowToSheet(Row row,
SheetIndex index) |
Editable |
blankCell(Coordinate coordinate) |
Editable |
copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet worksheet,
RowIndex from,
RowIndex to) |
Editable |
insertRowToFirstSheet(Row row,
RowIndex index) |
Editable |
insertRowToSheet(Row row,
RowIndex index,
SheetIndex sheet) |
Editable |
insertSheet() |
Editable |
insertSheet(String name) |
Editable |
refreshFormulas() |
Editable |
replaceCell(Coordinate coordinate,
Boolean value) |
Editable |
replaceCell(Coordinate coordinate,
Cell cell) |
Editable |
replaceCell(Coordinate coordinate,
Date date) |
Editable |
replaceCell(Coordinate coordinate,
Double number) |
Editable |
replaceCell(Coordinate coordinate,
Formula formula) |
Editable |
replaceCell(Coordinate coordinate,
Hyperlink hyperlink) |
Editable |
replaceCell(Coordinate coordinate,
String value) |
Editable blankCell(Coordinate coordinate)
Editable replaceCell(Coordinate coordinate, Cell cell)
Editable replaceCell(Coordinate coordinate, String value)
Editable replaceCell(Coordinate coordinate, Formula formula)
Editable replaceCell(Coordinate coordinate, Date date)
Editable replaceCell(Coordinate coordinate, Double number)
Editable replaceCell(Coordinate coordinate, Hyperlink hyperlink)
Editable replaceCell(Coordinate coordinate, Boolean value)
Editable copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
Editable insertSheet()
Editable insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
Editable appendRowToSheet(Row row, SheetIndex index)
Editable refreshFormulas()
Copyright © 2018. All Rights Reserved.