资源学习c#Excel互操作

资源学习c#Excel互操作

本文介绍了资源学习c#Excel互操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

这篇文章有什么资源可以帮助我在C#中使用Excel interop快速运行,还有Ken Getz。



我也会看到文章:。



HTH ...


What are some resources that will help get me up and running quickly with the Excel interop in C#?

解决方案

The article Understanding the Excel Object Model from a Visual Studio 2005 Developer's Perspective by Ken Getz covers the Excel object model in detail. Code examples are in both VB.NET and C#.

Some important caveats are covered in C# and VBA: Like Oil and Water, also by Ken Getz.

I would also see the article: How to build an Office COM add-in by using Visual C# .NET.

HTH...

这篇关于资源学习c#Excel互操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 10:37