I am experimenting with retrieving various types of data from XLS-Sheets, currently Date. Do I understand correctly that a Date will be reported as numeric field-type and would need to be recognized by its format?
Let's assume I have valType = worksheet.GetCellType(r,c,0, then how do I apply GetExtendedFormat? I haven't found any samples using GEF, would appreciate if you could show one. (Unless there's a better way to detect dates, of course.)