NPOI读取Excel日期类型单元格返回一串数字问题
摘要:
public string getCellStringNEW(int row, int column) { try { ICell cell = xlSheet.GetRow(row).Cells[column]; //Cell为非NUMERIC时,调用IsCel... 阅读全文
posted @ 2017-11-06 10:22 gisai 阅读(259) 评论(0) 推荐(0) 编辑