摘要: using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; u 阅读全文
posted @ 2022-11-18 10:27 一年变大牛 阅读(269) 评论(0) 推荐(0) 编辑
摘要: private void CreateOneRiZhi(string newPath, string theDate, string info) { System.IO.File.Copy(System.Windows.Forms.Application.StartupPath + @"\templ 阅读全文
posted @ 2022-11-18 10:15 一年变大牛 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Microsoft.Office.Interop.Excel.Application app = new Microsoft.Office.Interop.Excel.Application(); Workbooks wbks = app.Workbooks; object missing = Sy 阅读全文
posted @ 2022-11-18 09:50 一年变大牛 阅读(73) 评论(0) 推荐(0) 编辑