office操作笔记:c#与excel之helloword
作为微软自己开发的语言c#和自己家的软件的交互真是太简单了。例子很简单,APPlication实例化、添加工作簿、操纵工作簿、保存退出。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.O
原创
2017-06-02 01:01:23 ·
343 阅读 ·
0 评论