- 数据类型
常量 | 说明 | 取值 |
Cell.CELL_TYPE_NUMERIC | 数值类型 | cell.getNumericCellValue() 或cell.getDateCellValue() |
Cell.CELL_TYPE_STRING | 字符串类型 | cell.getStringCellValue() 或cell.toString() |
Cell.CELL_TYPE_BOOLEAN | 布尔类型 | cell.getBooleanCellValue() |
Cell.CELL_TYPE_FORMULA | 表达式类型 | cell.getCellFormula() |
Cell.CELL_TYPE_ERROR | 异常类型 | cell.getErrorCellVal |
Cell.CELL_TYPE_BLANK | 空 |