declare/open excel file in vb.net
问题 I've been trying for a while to declare or to open a excel sheet in vb.net. I already read excel file in vb.net and other links but it doesn't work. I added Microsoft Excel 12.0 Object Library. I included: Imports Microsoft.VisualBasic Imports System.Net.Mime.MediaTypeNames Imports Microsoft.Office.Interop I want to declare / open the excel file in a module: Public Module postleitzahlen_array Dim myarray As String Dim xlApp As Excel.Application xlApp = New Excel.ApplicationClass ' here is the