登录
首页 » C# » 对Excel.dll 再次封装,利用IDpose接口,释放Excel进程;自动读取Excel单元格的内容到System.data.dataTable,比传统读取...

对Excel.dll 再次封装,利用IDpose接口,释放Excel进程;自动读取Excel单元格的内容到System.data.dataTable,比传统读取...

于 2023-02-26 发布 文件大小:901.85 kB
0 38
下载积分: 2 下载次数: 1

代码说明:

对Excel.dll 再次封装,利用IDpose接口,释放Excel进程;自动读取Excel单元格的内容到System.data.dataTable,比传统读取的效率有提高;利用DataTable中的计算结果,再写回到Excel中,生成.xls 报告文件-Re-packaging of the Excel.dll using IDpose interface, the release of Excel process automatically read the contents of Excel cells into System.data.dataTable, the efficiency than the traditional reading has been improved the use of DataTable in the calculations, write back Excel, generate. xls report file

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • clearbid
    说明:  本项目运行于Linux,是根据交易空间和发电负荷双方的报价,计算交易市场集中出清的程序。数据库使用国产达梦6数据库,数据库接口使用libdcisg_dm.so。(This project runs on Linux. Based on trade space and Generation/Load bids, it clears the trade market and calculates the Generation/Load accepted bids. It use the DM6 database and the DB interface uses libdcisg_dm.so)
    2020-10-21 11:16:54下载
    积分:1
  • 串口运动控制上位机/C#串口助手源码
    C#串口运动控制上位机源码,主要用于运动控制调试,比如在"M "栏输入1000,串口输出M 1000,,在"M-"输入1000,串口输出M-1000;下位机可根据指令进行区别驱动电机方向运动 串口运动控制上位机 └── 马达串口运动控制上位机     ├── SerialCommunicate     │   ├── Form1.Designer.cs     │   ├── Form1.cs     │   ├── Form1.resx     │   ├── Program.cs     │   ├── Properties     │   │   ├── AssemblyInfo.cs     │   │   ├── Resources.Designer.cs     │   │   ├── Resources.resx     │   │   ├── Settings.Designer.cs     │   │   └── Settings.settings     │   ├── SerialCommunicate.csproj     │   ├── bin     │   │   ├── Debug     │   │   │   ├── SerialCommunicate.exe     │   │   │   ├── SerialCommunicate.pdb     │   │   │   ├── SerialCommunicate.vshost.exe     │   │   │   └── SerialCommunicate.vshost.exe.manifest     │   │   └── Release     │   │       ├── SerialCommunicate.exe     │   │       ├── SerialCommunicate.pdb     │   │       ├── SerialCommunicate.vshost.exe     │   │       └── SerialCommunicate.vshost.exe.manifest     │   └── obj     │       ├── Debug     │       │   ├── DesignTimeResolveAssemblyReferences.cache     │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache     │       │   ├── SerialCommunicate.Form1.resources     │       │   ├── SerialCommunicate.Properties.Resources.resources     │       │   ├── SerialCommunicate.csproj.FileListAbsolute.txt     │       │   ├── SerialCommunicate.csproj.GenerateResource.Cache     │       │   ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │       │   ├── SerialCommunicate.exe     │       │   ├── SerialCommunicate.pdb     │       │   └── TempPE     │       └── Release     │           ├── 3ed801191daeeafe4f32720599873cc71f6b.png     │           ├── DesignTimeResolveAssemblyReferences.cache     │           ├── DesignTimeResolveAssemblyReferencesInput.cache     │           ├── QIcon Changer.exe     │           ├── SerialCommunicate.Form1.resources     │           ├── SerialCommunicate.Properties.Resources.resources     │           ├── SerialCommunicate.csproj.FileListAbsolute.txt     │           ├── SerialCommunicate.csproj.GenerateResource.Cache     │           ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │           ├── SerialCommunicate.exe     │           ├── SerialCommunicate.pdb     │           └── TempPE     ├── SerialCommunicate.sln     └── SerialCommunicate.v11.suo 11 directories, 40 files
    2021-08-15 00:31:13下载
    积分:1
  • BAAR9_MMUl
    MMU排盲资料,比较详细地介绍MMU的工作原理.可以作为为学习ARM9 MMU的参考资料.,已通过测试。 (MMU row of blind data, a more detailed description of the works of the MMU can be used as reference materials to learn ARM9 MMU., Has been tested.)
    2012-08-02 20:46:50下载
    积分:1
  • CSharpMarquee
    C#写的跑马灯程序,可以实现文字无闪烁滚动( Marquee program written in C#, you can achieve flicker-free scrolling text)
    2015-01-04 16:54:07下载
    积分:1
  • SM2、SM3、SM4算法说明及c语言代码
    实现国密算法的SM2、SM3、SM4,可以界面上测试算法的正确性,同时包含国密局公开的国密算法规范 SM2椭圆曲线公钥密码算法 SM3密码杂凑算法 适用于商用密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。 SMS4 密码算法  该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。
    2022-10-18 23:30:03下载
    积分:1
  • RootKitHideFile
    说明:  通过SSDTHOOK技术实现文件隐藏。。(File hidden by SSDTHOOK technology. .)
    2010-04-12 10:00:34下载
    积分:1
  • 粒子群算法求最优潮流
    原创粒子群算法求最优潮流,简单易用,已经通过校验,可以使用
    2022-09-24 08:15:03下载
    积分:1
  • VisualCandMatlabunitdesign(1)
    Matlab 与 Visual C++ 联合编程教程第一章(Visual C++ & Matlab unit-design)
    2010-10-14 10:08:35下载
    积分:1
  • xmodem协议
    利用xmodem协议升级IAP。
    2022-01-30 10:12:36下载
    积分:1
  • MD5
    c++实现的MD5算法及测试代码,BCB2007的测试工程(c++ implementation of the MD5 algorithm and test code, BCB2007 test engineering)
    2013-07-25 15:52:57下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载