代码改变世界

随笔档案-2013年12月

C# WinForm使用Aspose.Cells.dll 导出导入Excel/Doc 完整实例教程

2013-12-02 11:43 by robinli, 1032 阅读, 收藏, 编辑
摘要: 1.添加引用:Aspose.Cells.dll(我们就叫工具包吧,可以从网上下载。关于它的操作我在“Aspose.Cells操作说明 中文版 下载 Aspose C# 导出Excel 实例”一文中的说。这里你暂时也可不理会它。)即使没有安装office也能用噢,这是一个好强的大工具。2.编写Excel操作类using System;using System.Collections.Generic;using System.Text;using Aspose.Cells;using System.Data;public class AsposeExcel{ private string o... 阅读全文
点击右上角即可分享
微信分享提示