POI 日期类型的显示,日期类型存储为Double,数字类型雷同,为了显示为日期格式。。。
摘要:private void processNumericCell(HSSFRow row, HSSFCell cell, int rowPoint, int colPoint) {xmlFileBuffer.append("<td ");String styleString = combineCellStyle(getCellStyle(row, cell, rowPoint, colPoint));xmlFileBuffer.append(styleString + ">");String cellvalue = "";i
阅读全文