• 大小: 56.71MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-05-21
  • 语言: 其他
  • 标签: MVC  NPOI  

资源简介

mvc npoi excel 导入导出 Demo

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;

namespace Ceshi
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         96  2018-08-19 16:13  Ceshi\.vs\Ceshi\DesignTimeBuild\.dtbcache

    ..A..H.     33792  2018-08-19 16:13  Ceshi\.vs\Ceshi\v15\.suo

     文件          0  2018-08-19 09:21  Ceshi\.vs\Ceshi\v15\Server\sqlite3\db.lock

     文件    1576960  2018-08-19 15:06  Ceshi\.vs\Ceshi\v15\Server\sqlite3\storage.ide

     文件      32768  2018-08-19 10:27  Ceshi\.vs\Ceshi\v15\Server\sqlite3\storage.ide-shm

     文件    4136512  2018-08-19 16:14  Ceshi\.vs\Ceshi\v15\Server\sqlite3\storage.ide-wal

     文件      83159  2018-08-19 09:20  Ceshi\.vs\config\applicationhost.config

     文件       7305  2018-08-19 09:20  Ceshi\Ceshi\ApplicationInsights.config

     文件       1215  2018-08-19 09:20  Ceshi\Ceshi\App_Start\BundleConfig.cs

     文件        273  2018-08-19 09:20  Ceshi\Ceshi\App_Start\FilterConfig.cs

     文件        598  2018-08-19 09:20  Ceshi\Ceshi\App_Start\RouteConfig.cs

     文件     103424  2013-09-10 16:29  Ceshi\Ceshi\bin\Antlr3.Runtime.dll

     文件     435712  2013-09-10 16:29  Ceshi\Ceshi\bin\Antlr3.Runtime.pdb

     文件       7305  2018-08-19 09:20  Ceshi\Ceshi\bin\ApplicationInsights.config

     文件      16384  2018-08-19 16:01  Ceshi\Ceshi\bin\Ceshi.dll

     文件       5394  2018-08-19 11:04  Ceshi\Ceshi\bin\Ceshi.dll.config

     文件      28160  2018-08-19 16:01  Ceshi\Ceshi\bin\Ceshi.pdb

     文件    5225168  2018-03-29 14:51  Ceshi\Ceshi\bin\Entityframework.dll

     文件     622288  2018-03-29 14:51  Ceshi\Ceshi\bin\Entityframework.SqlServer.dll

     文件     158388  2018-03-29 14:51  Ceshi\Ceshi\bin\Entityframework.SqlServer.xml

     文件    3680079  2018-03-29 14:51  Ceshi\Ceshi\bin\Entityframework.xml

     文件     200704  2018-08-19 09:23  Ceshi\Ceshi\bin\ICSharpCode.SharpZipLib.dll

     文件    1957624  2017-06-27 12:59  Ceshi\Ceshi\bin\Microsoft.AI.Agent.Intercept.dll

     文件     134376  2018-02-22 16:25  Ceshi\Ceshi\bin\Microsoft.AI.DependencyCollector.dll

     文件     111298  2018-02-22 16:25  Ceshi\Ceshi\bin\Microsoft.AI.DependencyCollector.xml

     文件     206064  2018-02-22 16:36  Ceshi\Ceshi\bin\Microsoft.AI.PerfCounterCollector.dll

     文件     110336  2018-02-22 14:39  Ceshi\Ceshi\bin\Microsoft.AI.ServerTelemetryChannel.dll

     文件      73896  2018-02-22 16:35  Ceshi\Ceshi\bin\Microsoft.AI.Web.dll

     文件      53717  2018-02-22 16:35  Ceshi\Ceshi\bin\Microsoft.AI.Web.xml

     文件      82136  2018-02-22 16:36  Ceshi\Ceshi\bin\Microsoft.AI.WindowsServer.dll

............此处省略648个文件信息

评论

共有 条评论