1. 程式人生 > >Cannot get a STRING value from a NUMERIC cell問題的解決辦法

Cannot get a STRING value from a NUMERIC cell問題的解決辦法

ann 解決辦法 info span from cell png spa ont

遇到以下錯誤的解決辦法:

技術分享圖片

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

cell.setCellType(CellType.STRING);

Cannot get a STRING value from a NUMERIC cell問題的解決辦法