NOPI获取自定义格式单元格数据

 

 

HSSFRow row = (HSSFRow)sheet.GetRow(1);

string formatString = ((HSSFCell)row.GetCell(2)).CellStyle.GetDataFormatString();
string value = ((HSSFCell)row.GetCell(2)).NumericCellValue.ToString(formatString);

posted @ 2022-10-12 10:43  奇迹之耀  阅读(35)  评论(0编辑  收藏  举报