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

资源简介

C# NOPI导出EXCEL

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace Web.sitemanager.hongbao
{
    public partial class User_Hongbao : Administrator.UI.ManagerbaseUIPage
    {
        //页面功能
        private string txtEdittitle = “会员管理“;
        //导航路径
        public string txtManagetitle = “会员信息管理 > 会员信息“;
        //传值
        public static string txtLocal = ““;


        public static List list = new List();
        public static List listuser = new List();

        protected void Page_Load(object sender EventArgs e)
        {
            if (!Page.IsPo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        8590  2015-10-12 15:55  User_Hongbao.aspx.cs
     文件       79872  2013-03-06 07:17  NPOI.Openxml4Net.dll
     文件     1316864  2013-03-06 07:17  NPOI.OpenxmlFormats.dll
     文件     1624064  2013-03-06 07:17  NPOI.dll
     文件     2144246  2013-03-06 07:17  NPOI.xml
     文件      387072  2013-03-06 07:17  NPOI.OOxml.dll

评论

共有 条评论