setCellValue(rowIndex, cellName, value, check, blu
<pre><code>说明:设置单元格value值
入参:rowIndex 行号
cellName 列名(fieldname)
value 单元格值
check boolean型 内部调用参数 可不传
blur 为true时,单元格数据改变后变为不可编辑状态
例: model.setCellValue(rowIndex, cellName, value, check, blur)</code></pre>