Hi,
I have this code that will import the excel sheet to the datatable then inserts it in the database, but I have this problem.
I have set the HDR to yes so that the first row will be considered as its header, but the problem now is that if the first row is null, the datatable will automatically named it's header as f1,f2 and so on. how can I set the header as null if the first row is null? so I can validate it afterwards..
thanks