WorkBook45.cpt
https://help.finereport.com/doc-view-2420.html
https://help.finereport.com/doc-view-2954.html
参考这两个文档吧
分页预览获取单元格:$("tr[tridx=行号]","div.content-container").children().eq(列号).html()
填报预览获取单元格:_g().getCellValue(cell) 、_g().getCellValue(sheet号,列号,行号)
cell表示"A1"这样的字符串,行号列号sheet号都从0开始