Hi All, I'm extracting data from a .xlsx workbook and am tring to ascertain the type of a cells data e.g. numeric,string or date and the only property I can see to do this is the CellStyle.DataFormat which appears to be set to 164 if the cell has numeric data type, is this accurate ? or is there another way to get the data type ?
↧