public class FormulaCell extends StyledCell
| Constructor and Description |
|---|
FormulaCell(Formula formula) |
FormulaCell(String formula) |
FormulaCell(String text,
Style style) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook) |
String |
toString() |
void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook) |
equals, getStylepublic FormulaCell(String formula)
public FormulaCell(Formula formula)
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
Copyright © 2018. All Rights Reserved.