包含Interop.OPCAutomation.dll和OPCDAAuto.dll。适合64位和32位操作系统。亲测已经成功。
2021-05-13 20:02:22 63KB OPC OPCDAAuto.dll Interop.OPCAutom
1
C#使用Microsoft.Office.Interop.Excel操作EXCEL,读取EXCEL到内存中,处理完存到新的EXCEL中。程序逻辑是根据工程内“初始文件”文件夹编写的,所以请使用初始文件里的文件操作。处理完例子文件可能需十来分钟。当然,可以只看代码里面是怎么使用Microsoft.Office.Interop.Excel的。另,编码水平有限,慎下载。
2021-05-11 18:13:31 88.54MB C# EXCEL C#EXCEL
1
C#开发OPC
2021-05-06 19:00:55 40KB C# OPC
1
sockettools10dotnet.exe的突破版本,已实现完美免费,可以参考,请勿商用。https://blog.csdn.net/qq_38712485/article/details/108053590
2021-04-26 15:02:01 536KB 安全
1
wpsAPI wpsDLL的DLL文件,可直接拷到工程中导入使用 更好的进行wps二次开发
2021-04-25 16:26:36 550KB dll wps API
1
Microsoft.Office.Interop.Word.dll 事例如 object Nothing = System.Reflection.Missing.Value; object srcFileName = @"D:\aa.html"; object dstFileName = @"d:\li.doc"; object objt = true; Word.Application wordApp = new Word.ApplicationClass(); Word.Document wordDoc = null; object format = Word.WdSaveFormat.wdFormatDocument; try { wordDoc = wordApp.Documents.Open(ref srcFileName, ref format, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing); //图片 Word.Shape oShape = wordDoc.Shapes.AddPicture("D:\\DL_01.gif", ref Nothing, ref objt, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing); oShape.WrapFormat.Type = Word.WdWrapType.wdWrapSquare; //将htm文件save as成doc文件 wordDoc.SaveAs(ref dstFileName, ref format, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing, ref Nothing); } finally { wordDoc.Close(ref Nothing, ref Nothing, ref Nothing); wordApp.Quit(ref Nothing, ref Nothing, ref Nothing); } }
2021-04-24 21:14:35 401KB Microsoft.Office.Interop.Word.dll
1
C#利用Interop.TaskScheduler.dll添加删除计划任务,可实现程序随Windows系统自动启动; 项目用VS2017打开,需要.net 2.0支持,需要管理员权限;支持win7 win10;不支持xp。
2021-04-22 17:23:06 187KB C# TaskSc
1
Kingsoft.Office.Interop.Wppapi.dl c#实现使用wps 讲Excel word ppt转化pdf
2021-04-21 19:02:16 5.75MB Kingsoft.Office.
1
SRv6 Interop test report SFC- SRv6互通测试报告.pdf
2021-04-19 09:01:55 7.26MB 行业咨询
可以把C/C++中的数据类型、结构体数据格式转换为C#或者VB版本中的对应格式类型。很方便
2021-04-18 17:01:27 763KB P/Invoke C#
1