C# -Excel interoperability

后端 未结 6 2150
广开言路
广开言路 2021-02-04 00:36

I want to call Excel Sheet from C# 4.0 (VS 2010 Express Edition) .

When i declare ,

Microsoft.Office.Interop.Excel.ApplicationClass excel =
    new Micro         


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 01:06

    The answer for me was to mark Embed Interop types as false. See this question.

提交回复
热议问题