How to read excel row and sheet specific using open XML C# into sql server table ?
I have a excel file with no format I mean I can only read excel file in first sheet and first row, how i read second sheet and row A6? ( the names of a columns begin in A6 to D6)
I try with oledb and interoop and i read open xml is the choice for that
do you have examples , pls im newbie and late on the work