• 大小: 1.57M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Excel  C#  asp  c  源码  

资源简介


资源截图

代码片段和文件信息

using System;
using Aspose.Cells;
using Excel = Aspose.Cells;
using System.IO;
using System.Data;

namespace Aspose_Demo
{
    public class ExcelGenerator
    {
        #region 文件变量
        /// 
        /// Aspose - Workbook
        /// 

        private Workbook CurrentWorkbook;
        /// 
        /// Worksheet
        /// 

        private Worksheet DetailSheet;
        #endregion

        #region 构造函数
        /// 
        /// 引入破解证书
        /// 

        public ExcelGenerator()
        {
            try
            {
                Excel.License l = new Excel.License();
                l.SetLicense(“Aid/License.lic“);
            }
            catch (Exception)
            {

            }
     

评论

共有 条评论