I am using an ACE.OLEDB as below to read an excel file in C#. My Excel file has the following Sheets and in below order:
Sheet1, Sheet1 (2), Sheet2
The vari
According to this post, the moderator says I am afraid that OLEDB does not preserve the sheet order as they were in Excel..
I am afraid that OLEDB does not preserve the sheet order as they were in Excel.
While Googling though, I found this SO answer that might help you out.