[置顶] 简单实体类导出Excel文件
摘要:
下面我们介绍一种简单的将实体类导出EXcel文件的方法首先们创建一个实体类Person.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Model{ [Serializable] public class Person { private int id; private string firstName; private string lastName; pri... 阅读全文
posted @ 2013-07-26 17:44 锋芒利刃 阅读(839) 评论(0) 推荐(0)
浙公网安备 33010602011771号