private String getCellStringVal(Cell cell) {
CellType cellType = (cell == null) ? CellType.BLANK : cell.getCellTypeEnum();
switch (cellType) {
case NUMERIC:
return cell.getStringCellValue();
case STRING:
return cell.getStringCellValue();
case BOOLEAN:
return String.valueOf(cell.getBooleanCellValue());
case FORMULA:
return cell.getCellFormula();
case BLANK:
return null;
case ERROR:
return String.valueOf(cell.getErrorCellValue());
default:
return null;
}
}
相关文章
- 08-24自然语言处理—规则分词法
- 08-24预处理方法
- 08-24自然语言处理(NLP)之命名实体识别
- 08-24NPOI导出Excel文件,对单元格的一些设置
- 08-24c – CUDA /推力图像处理
- 08-24excel 日期/数字格式不生效需要但双击才会生效的解决办法
- 08-24创建 userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings 的配置节处理程序时出错: 未能加载文件或程序集“System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”或它的某一个依赖项。系统没找到指定的文件
- 08-24并行处理本地数据PLINQ
- 08-24数据结构-文件处理
- 08-2405-SNAP处理Sentinel-2 L2A级数据(三)