标签: java apache-poi poi-hssf hssf
我尝试删除图片
cell.setCellStyle(null); cell.setCellType(CellType.STRING); cell.setCellValue((String)null); row.removeCell(cell);
我应该使用什么来删除单元格中的图像?