摘要:
Excel Date to C# date,来自这里的 public static DateTime ConvertToDateTime(double excelDate){ if (excelDate < 1) { throw new ArgumentException("Excel dates cannot be smaller than 0."); } DateTime dateOfRef... 阅读全文
posted @ 2011-08-16 14:02
沉默的糕点
阅读(246)
评论(0)
推荐(0)