contentPane.getCellValue(sheet号,列号,行号); //sheet号行号列号是从0开始
contentPane.curLGP.getCellValue(列号,行号);
contentPane.curLGP.getCellValue(单元格);
=====================
contentPane.getCellValue(0,8,0); //sheet号行号列号是从0开始
contentPane.curLGP.getCellValue(8,0);
contentPane.curLGP.getCellValue("I1");