1. 程式人生 > >Aspose.Cells 插件使用 For C#

Aspose.Cells 插件使用 For C#

font 保存 由於 數據 com spa 2.3 blog ont

最近的項目使用了很多的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#