I have one Excel
sheet, in that plenty amount of data is there, so need to write these data in the SQL server
table directly. I searched in google but I didn't found a proper solution for my requirement.
My Excel
contains the data in row wise, I mean that data is not continually provided. Having sub headings & some other information about tables description written after every table ended.
I hope you all understand my requirement. Please anybody have idea about this issue, or alternate solution to resolve. Have to store this excel data in to the SQL server
table.
Here data is columns as rows & rows as columns. So how to read in this case.
firstname vijay vikram vikek varun
lastame kumar rathod goshal kandari
mobile 45425 456546 54656 454615
Like above my data in excel
sheet so how capture this kind of data.