遇到以下错误的解决办法:

Cannot get a STRING value from a NUMERIC cell问题的解决办法

在cell加个setCellType()方法就可以了

cell.setCellType(CellType.STRING);

 

相关文章:

  • 2022-01-06
  • 2021-09-29
  • 2021-10-26
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
猜你喜欢
  • 2018-11-08
  • 2021-08-01
  • 2021-04-19
  • 2021-12-16
  • 2021-12-23
  • 2021-07-21
  • 2021-12-31
相关资源
相似解决方案