2016年5月31日

ExcelConvert

摘要: public static class ExcelConvert { #region - 由数字转换为Excel中的列字母 - public static int ToIndex(string columnName) { if (!Regex.IsMatch(columnName.ToUpper(), @"[A-... 阅读全文

posted @ 2016-05-31 17:31 HOT SUMMER 阅读(797) 评论(0) 推荐(0)

一个C#操作Excel类,功能比较全

摘要: using System; using System.Data; using System.Configuration; using System.Web; using Microsoft.Office.Interop; using Microsoft.Office.Core; namespace Microsoft.Office.Interop.ExcelEdit { /// ... 阅读全文

posted @ 2016-05-31 16:34 HOT SUMMER 阅读(57807) 评论(4) 推荐(10)

导航