Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Excel 2010 编写了一个加载项。如果我从“开始”菜单打开 Excel,它工作正常。但是,如果我双击 Excel 工作簿,就无法加载 AddIn。我查了一下,没有涉及ThisAddIn.cs到方法。InternalStartup()有人可以帮助我吗?谢谢!
ThisAddIn.cs
InternalStartup()
但是从命令行“excel.exe table1.xlsx”打开文件有效!