I am using OpenXml for reading excel file into DataTable from c#.net. Its going all well for xlsx file but it is giving me exception as "File Contains corrupted Data" when trying to read xls file.
Is there any way to read xls file using OpenXml from c#.net application????
Please help.
Thanks.