1. 首页
  2. 数据库
  3. 其它
  4. C#实现导入CSV文件到Excel工作簿的方法

C#实现导入CSV文件到Excel工作簿的方法

上传者: 2021-01-17 02:33:41上传 PDF文件 32.91KB 热度 6次
本文实例讲述了C#实现导入CSV文件到Excel工作簿的方法。分享给大家供大家参考。具体如下: 你必须在项目中添加对 Microsoft.Office.Core 的引用:from the .NET tab of the Visual Studio Add Reference dialog box, and the Microsoft Excel 12.0 Object Library (you can use 14.0 if you want, too, but nothing lower). C#代码如下: using Microsoft.Office.Interop.Excel; usi
用户评论