摘要: // csc /r:Interop.Excel.dllnamespace Skyiv{using Excel;public class Excel2000 : ApplicationClass{object TM = System.Type.Missing;public Excel2000(){DisplayAlerts = false;}// 返回当前工作表的使用的行数public int GetRowsCount(){return ((Worksheet)ActiveSheet).UsedRange.Rows.Count;}// 返回工作表 sheet 的使用的行数public int G 阅读全文
posted @ 2012-06-20 15:11 笨笨的小蜗牛 阅读(338) 评论(0) 推荐(0) 编辑