摘要:
using System;using Microsoft.Office.Interop.Excel;using Microsoft.Office.Core;/**//// <summary>///ExeclInsertPicture 的摘要说明/// </summary>public class ExeclInsertPicture{ private Microsoft.Office.Interop.Excel.Application m_objExcel = null; private Microsoft.Office.Interop.Excel.Workbooks 阅读全文