Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio C#Excel对象库_C#_Visual Studio 2013 - Fatal编程技术网

Visual studio C#Excel对象库

Visual studio C#Excel对象库,c#,visual-studio-2013,C#,Visual Studio 2013,我有一个程序可以在我的电脑上完美运行,我使用的是Windows8和2013 Office。我的程序使用Excel。现在,该程序必须在Win7/Office2010组合上运行。我可以只导入/包含对象库吗 对象库现在显示在引用中,我可以手动获取它们吗?像下载+安装,它就在那里 没有;图书馆已更新,以支持Office 2013。该程序必须更新以引用该库的新版本instead@Ramhound我真的不明白,我不想更新库,我需要程序与Excel 2010一起工作,它与Excel 2013一起工作。很抱歉,

我有一个程序可以在我的电脑上完美运行,我使用的是Windows8和2013 Office。我的程序使用Excel。现在,该程序必须在Win7/Office2010组合上运行。我可以只导入/包含对象库吗


对象库现在显示在引用中,我可以手动获取它们吗?像下载+安装,它就在那里

没有;图书馆已更新,以支持Office 2013。该程序必须更新以引用该库的新版本instead@Ramhound我真的不明白,我不想更新库,我需要程序与Excel 2010一起工作,它与Excel 2013一起工作。很抱歉,我不明白它已经与Office 2013一起工作。答案是一样的,您正在使用的库将必须更改为Office 2010支持的版本。我知道,但问题是,我从哪里获得该库?它位于何处,尽管它说的是Office 2010 Beta版。