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