public class PageCellValueBuildAction extends AbstractCellBuildAction
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.Object |
realValue |
cell| 构造器和说明 |
|---|
PageCellValueBuildAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
visitor - 用于在外层获取内层json的对象json - json配置JSONExceptionprotected void dealWithCellFormula(JSONObject json, BaseFormula fm) throws JSONException
json - 单元格配置属性fm - 公式JSONException - 抛出异常