for (int i = 1; i < rowCount; i++) {
for (int j = 0; j < columnCount; j++) {
valueColIndex = aRowColList.get(j);
cellContent = excel.getCellContent(sheetName, valueColIndex, i);
String cellBGColor = cellContent.getBGColor();
String cellValue = cellContent.getValue().replace("=",
"<##>").replace("->", "<??>");
//解决多模基站GSM only 绿色空格赋空值问题 2010-09-07
if(!Helper.isEmpty( cellBGColor ))
{
if (!(cellValue.equals(""))||cellBGColor.equals( INPUT_BGCOLOR )) {
boolean isRColor = false;
代码8
最新推荐文章于 2023-12-12 20:01:15 发布