Determine Excel Version/Culture via Microsoft.Office.Interop.Excel

前端 未结 3 2048
我寻月下人不归
我寻月下人不归 2020-12-04 00:47

How can I achieve that in .NET/C#?

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 01:09

    Read your app.config file as it will place the reference in there:

    
        
            
        
    
    

    By "Read", you may have to open the file and read the contents as I don't think that you can specifically read Assemblies.

提交回复
热议问题