//cell.setCellType(Cell.CELL_TYPE_STRING); 报错 用它替换就可以了。 引入: import static org.apache.poi.ss.usermodel.CellType.STRING; cell.setCellType(STRING);