摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Microsoft.Office.Interop.Excel;namespace CShareExcelInterop{ class Program { private static int lastRow=0; private static System.Drawing.Color borderColor = System... 阅读全文
posted @ 2013-10-07 15:16 zyip 阅读(354) 评论(0) 推荐(0)