这里主要记录下asp.net core web页面上进行导入导出excel的操作。 主要是导入,因为现在使用的很多前端框架(例如kendo ui)本身就有导出的功能。 这里使用到EPPlus.Core,其实对于excel的导入导出还可以使用NPOI, 这里讲解EPPlus的方式 1.创建asp.ne ...
分类:
Web程序 时间:
2019-05-23 00:18:12
阅读次数:
443
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Windows.Inp ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
Web程序 时间:
2019-05-18 23:44:54
阅读次数:
191
今天对LINQ To XML的使用进行简单性的测试,代码如下: 第一步:新建一个项目LinqToXMLTest项目,创建一个DealXML.cs文件,加入代码如下: 第二步:运行程序,结果如下: ...
https://stackoverflow.com/questions/1578778/using-iqueryable-with-linq/1578809#1578809 The main difference, from a user's perspective, is that, when y ...
分类:
编程语言 时间:
2019-05-13 14:39:16
阅读次数:
244
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace async_demo{ class Program { ...
分类:
其他好文 时间:
2019-05-12 13:40:36
阅读次数:
100
转: JObject 用法 、JProperty 用法、JArray 用法 Linq 转 Json 1、使用LINQ to JSON前,需要引用Newtonsoft.Json的dll和using Newtonsoft.Json.Linq的命名空间。LINQ to JSON主要使用到JObject, ...
分类:
编程语言 时间:
2019-05-10 09:39:58
阅读次数:
316
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Mail; namespace C... ...
using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; namespace app { /* Type Converter: Enumerable.AsEnum... ...
using System; using System.Linq; using System.Linq.Expressions; using System.Runtime.InteropServices; namespace app { public abstract class Visitor { ... ...