java中的setCellValue方法现在用什么替换?
HSSFCell cell = row.createCell((short)0);
cell.setCellValue("学号"); cell.setCellStyle(style);
cell = row.createCell((short)1);
cell.setCellValue("姓名"); cell.setCellStyle(style);
cell = row.createCell((short)2);
cell.setCellValue("年龄"); cell.setCellStyle(style);
cell = row.createCell((short)3);
cell.setCellValue("生日"); cell.setCellStyle(style);
------解决方案--------------------这类问题直接查API。
------解决方案--------------------这不是poi的事么,跟java什么关系。。。。
还是用setCellValue啊。。。
------解决方案--------------------为什么要替换呢 直接用
------解决方案--------------------难道楼主版本不对?
------解决方案--------------------你现在碰到的是什么问题?总不能为了替换而替换吧