View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vemund Haga Vemund Haga is offline
external usenet poster
 
Posts: 1
Default How to extend Excel with custom data provider?

Hello!
I have written a custom ADO.NET data provider. When the user clicks the
button for importing data, I want my provider to display in the list of
providers. But I don't see how that is being done inside Excel, or any other
Office application.

Is this possible using my ADO.NET provider or do I have to write a OLEDB
provider?


Best regards,
Vemund Haga