Reputation: 11
I need to programmatically refresh Excel data connections without Interop in VB.Net code. I am somewhat familiar with Open XML and how to create or modify spreadsheets, but I can't figure out how to just refresh the data (from SQL-Server) using code.
I tried looking through the Open XML Spreadsheet documentation, but I couldn't figure out how to do it.
Upvotes: 1
Views: 182