摘要: 一、资源及c++代码生成这里使用c#.net读写Excel及生成c++代码。1.Excel读写及生成资源需要添加Excel组件,暂时没有关闭excel进程的方法。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 using System.IO; 8 9 using Excel = Microsoft.Office.Interop.Excel; 10 using F... 阅读全文
posted @ 2013-10-02 01:00 traits 阅读(288) 评论(0) 推荐(0) 编辑