0
Hi Baskar,
Can you share your screnn shot of error message
0
I am talking about the example on that URL , there it gives an exception on giving the name of sheet as the name of sheet becomes too long., so any solution for that
i.e OleDbDataAdapter oleAdpt = new OleDbDataAdapter("select * from [Sheet1$]", con);
0
Hi Baskar,
xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item("Mention your sheet name")
//mention your excel sheet name
<span style="font-family: Roboto, sans-serif;"> </span>
0
I have to upload a specific sheet from a woorkbook how can i do that.