姓名那个控件写公式
sql("数据连接名","select name from table where 工号='"+AI4+"'",1,1)
----------------
//js里写sql语句
FR.remoteEvaluate(sql函数(sql更新语句,1,1) ;
//赋值
contentPane.setCellValue(sheet号,列号,行号,值); //sheet号行号列号是从0开始
contentPane.curLGP.setCellValue(列号,行号,值);//给单元格赋显示值,非实际值,不能提交入库
contentPane.curLGP.setCellValue(单元格,null,值);//给单元格赋显示值,非实际值,不能提交入库
contentPane.setCellValue(列号,行号,值);//给单元格赋实际值,可以提交入库
contentPane.setCellValue(单元格,null,值);//给单元格赋实际值,可以提交入库