_g().appendReportRow("C3", this.options.reportIndex,num);无法添加行
这样就行了
var max_row = _g().getCellValue(0, 0, 0)+3;
contentPane.appendReportRC(1,"C"+max_row );
JS实现插入自定义行数 https://help.fanruan.com/finereport/doc-view-1768.html
==========
前面不能是指定单元格,C3这个格式,需要一个位置参数