摘要:
一.注册大漠插件 下载:Click 两种方式 1.Cmd手动注册dll regsvr32 D:\Project\大漠\DMTest\dm.dll 2.程序注册dll static string AutoRegCom() { string strCmd = @"regsvr32 D:\Project\ 阅读全文
摘要:
一.COM组件操作excel 1.添加引用 using Excel = Microsoft.Office.Interop.Excel; 2.读取excel内容,修改单元格,关闭excel服务 //1.Initail excel application Excel.Application excel 阅读全文