java基础jxl导出excel 导出日期格式的处理方式

805人围观 0个不明物体

jxl导出excel 导出日期格式的处理方式 关键代码 WritableCellFormat wrappedTime = new WritableCellFormat(new DateFormat("yyyy-MM-dd HH:mm:ss")); 详细代码片段 public static void writeDeptInfoVO() thr