摘要:
//Title: 个人健康管理分析报告 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Word = Microsoft.Office.Interop.Word; 阅读全文
posted @ 2020-01-17 11:52
幽冥20
阅读(689)
评论(0)
推荐(0)
摘要:
/// <summary> /// 生产报表 /// </summary> /// <param name="strTemplate"></param> public void CreateWordFile(DataRow item) { try { MultiFormatWriter multiW 阅读全文
posted @ 2020-01-17 11:33
幽冥20
阅读(239)
评论(0)
推荐(0)
摘要:
private void btnSave_Click(object sender, EventArgs e) { if (string.IsNullOrEmpty(txt_FilePath.Text) || txt_FilePath.Text.Trim().Substring(txt_FilePat 阅读全文
posted @ 2020-01-17 11:13
幽冥20
阅读(333)
评论(0)
推荐(0)