public class WriteCellValueBuildAction extends PageCellValueBuildAction
realValue
cell
构造器和说明 |
---|
WriteCellValueBuildAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
buildDataTo(NodeVisitor visitor,
JSONObject json)
将数据转为json格式
|
protected void |
dealWithCellFormula(JSONObject json,
BaseFormula fm)
处理单元格公式
|
getCell, getCellDimension, getEnvVariableManager, getRepository, reset, setCell, setCellDimension, setEnvVariableManager, setRepository, update
public void buildDataTo(NodeVisitor visitor, JSONObject json) throws JSONException
buildDataTo
在接口中 BuildAction
buildDataTo
在类中 PageCellValueBuildAction
visitor
- 用于在外层获取内层json的对象json
- json配置JSONException
protected void dealWithCellFormula(JSONObject json, BaseFormula fm) throws JSONException
dealWithCellFormula
在类中 PageCellValueBuildAction
json
- 单元格配置属性fm
- 公式JSONException
- 抛出异常