How to avoid a System.Runtime.InteropServices.COMException?

后端 未结 4 983
你的背包
你的背包 2020-11-29 07:56

In my Microsoft Surface project, I always get a lot of the following exceptions:

\'MuReSe.vshost.exe\' (Managed (v2.0.50727)): Loaded \'C:\\Windows\\assembly         


        
4条回答
  •  既然无缘
    2020-11-29 08:45

    Probably you are trying to access the excel with the index 0, please note that Excel rows/columns start from 1.

提交回复
热议问题