我正在使用POI HSSFWorkbook
来生成Excel工作表
我需要向HSSFCell
添加一个大字符串,我已尝试使用以下所有可能性来设置值,但我无法在excel文件中看到生成的任何内容。
sb.append("A long text which has nearly 4000 characters");
cell.setCellValue(sb.toString());
答案 0 :(得分:0)
正如@gagravarr所说,单元格最长可存储32767个字符。 https://poi.apache.org/apidocs/org/apache/poi/ss/SpreadsheetVersion.html#EXCEL97