图在sheet1,里面的数据可以取sheet2里面的吗
图表跨sheet引用单元格-https://help.finereport.com/doc-view-2056.html
'sheet1'!A1
获取sheet1 A1单元格的值
多sheet应用-https://help.finereport.com/doc-view-547.html
var para=contentPane.getCellValue(0,0,1);//获取sheet1里面的A2单元格数据
contentPane.getCellValue(sheet 号,列号,行号);