Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Detailed Problem:
I am using an XlSheet where the first table header starts at row 5.
The table itself has a bigger amount of rows.
So it would be very nice to read those rows into a dataset using Office.Interop-Commands, because they are fast.

So what I'm asking for is something like:

MyCommand = new System.Data.OleDb.OleDbDataAdapter("select RANGE from [Sheet1$] ", MyConnection);
Posted
Updated 27-Oct-14 3:03am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900