2014年11月7日
摘要: Workbook workbook = new Workbook(); //工作簿 Worksheet sheet = workbook.Worksheets[0]; //工作表 sheet.Cells["A1"].PutValue("value", true); sheet.Cells["A1"] 阅读全文
posted @ 2014-11-07 10:23 苏上话 阅读(2374) 评论(1) 推荐(0)
摘要: 把Excel 列号数字变成字母 private static string ToName(int index) { if (index chars = new List(); do { ... 阅读全文
posted @ 2014-11-07 10:18 苏上话 阅读(1916) 评论(0) 推荐(0)