'宣言 Public Overloads Shared Function ExcelDateToDateTime( _ ByVal workbook As Workbook, _ ByVal excelDate As Double, _ ByVal shouldCorrect1900Dates As Boolean _ ) As Nullable(Of Date)
public static Nullable<DateTime> ExcelDateToDateTime( Workbook workbook, double excelDate, bool shouldCorrect1900Dates )