bad.robot.excel.cell
Class FormulaCell
java.lang.Object
bad.robot.excel.cell.StyledCell
bad.robot.excel.cell.FormulaCell
- All Implemented Interfaces:
- Cell
public class FormulaCell
- extends StyledCell
Method Summary |
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)
|
FormulaCell
public FormulaCell(String formula)
FormulaCell
public FormulaCell(Formula formula)
FormulaCell
public FormulaCell(String text,
Style style)
addTo
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
update
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.