Beispiel #1
0
 public static bool IsExcelNumberDataType(TypeCode type)
 {
     if (FormatHandler.GetDataType(type) == ExcelDataType.Number)
     {
         return(true);
     }
     return(false);
 }