How to read empty rows and columns using oledb connection?
conn = New System.Data.OleDb.OleDbConnection("provider=Microsoft.ACE.OLEDB.12.0; ;data source='" & pathname & " '; Extended Properties=""Excel 12.0;IMEX=1;""")
Problem:
Above code import oly tables..But excluding above rows&sides of exceltable.
I need to include as it is from excel sheet..
how to solve this