Programming Tutorials

Comment on Tutorial - How to export from DataGridView to excel using VB.net By Issac



Comment Added by : Satheyaraaj

Comment Added at : 2015-04-28 07:47:42

Comment on Tutorial : How to export from DataGridView to excel using VB.net By Issac
i got error for below line

xlApp = New Excel.ApplicationClass

Error : Interop type 'ApplicationClass' cannot be embedded. Use the applicable interface instead.

kindly anyone solve this error. why this error came for this line


View Tutorial