码迷,mamicode.com
首页 > Windows程序 > 详细

Aspose.Cells 插件使用 For C#

时间:2017-10-18 12:30:23      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:for   说明   style   dll   nbsp   es2017   logs   src   com   

最近的项目使用了很多的Excel 作为导出的数据报告,使用到 Aspose.Cells 插件,就顺便整理一下。

一:新建解决方案,目录如下

  技术分享

  目录说明:

    Program.cs - 入口类

    ExcelGenerator.cs - Aspose.Cells 操作类

    Aspose.Cell.dll - 基础dll

    License.lic - Aspose.Cells 破解证书。ps:由于 Aspose.Cells 插件 是收费插件,需要在使用插件前,设置一下许可证,否则在生成的Excel 中 会出现一个名叫 Evaluation Warning 的 Sheet.如图所示:

    技术分享


二:Aspose.Cells 操作

  2.1 引入 Aspose.Cell.dll 

  2.2 设置 Aspose.Cell.dll 证书 License.lic

  2.3 打开现有Execl 模板

  2.4 写入数据

    2.4.1 填写数据到指定单元格

    2.4.2 把DataTable写入到Excel

  2.5 保存Excel

 

  

Aspose.Cells 插件使用 For C#

标签:for   说明   style   dll   nbsp   es2017   logs   src   com   

原文地址:http://www.cnblogs.com/Zorser/p/7685944.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!