codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

I need the data-type of the cells or columns. #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to determine the data type of the columns (Date, int, text ...) ?

Thank you in advance

Original issue reported on code.google.com by dutchi...@gmail.com on 26 Sep 2011 at 7:58

GoogleCodeExporter commented 8 years ago
There isn't a straightforward way to determine the column type. You can use a 
TryParse to check if a column's value can be converted to a specific type.

Original comment by paulyo...@gmail.com on 27 Sep 2011 at 1:15