摘要: /// <summary> /// 创建Excel /// </summary> /// <returns></returns> public object CreateExcel(IList<DocumentRegisterInfo> list) { Application myExcel = new Application(); myExcel.Application.Workbooks.Add(true); myExcel.Visible = true; Type type = list[0].GetType(); Proper 阅读全文
posted @ 2012-03-16 12:58 fycaijing 阅读(509) 评论(0) 推荐(0)