_g().setCellValue("A5", null, newdate);里面的null什么意思?
https://help.fanruan.com/finereport10.0/doc-view-4008.html
给A5单元格赋值
newdate是一个变量,要先赋值才行。
这个是个单元格赋值函数
---------------
https://help.fanruan.com/finereport/doc-view-4305.html
-----------------
给A5单元格设一个值,值为newdate,看看js里这个newdate参数是怎么来的,应该是某个控件值或者单元格的值