jxl读取excel问题,如何判断一个单元格是否为空
Cell cell = sheet.getCell(j, i);String option = cell.getContents();if (option != null && !option.equals("") {
cell1.getType() != CellType.EMPTY