using Word = NetOffice.WordApi; Word.Document doc = this._wordApplication.Documents.Add(@"C:\Users\li\Desktop\新建文件夹 (3)\Doc1.docx"); Word.ContentControl contentControl = doc.ContentControls.Add();
contentControl.Title = "测试";
contentControl.Tag = "test"; object type = @"Excel.Sheet";//插入的excel
contentControl.Range.InlineShapes.AddOLEObject(type);
相关文章
- 10-02CM: webservice 元数据在word template中的存储
- 10-02在notepad++中快速插入当前时间方法
- 10-02Leetcode练习(Python):数组类:第57题:给出一个无重叠的 ,按照区间起始端点排序的区间列表。 在列表中插入一个新的区间,你需要确保列表中的区间仍然有序且不重叠(如果有必要的话,可以合
- 10-02python – 在2D numpy数组中对角插入元素的最快方法是什么?
- 10-02弹簧-@Configurable不适用于在@PostConstruct方法中初始化的对象
- 10-02AttributeError:“函数”对象在Python中没有属性“四元”
- 10-02Word 中插入高亮代码 | planetB | syntax-highlight-word
- 10-02NX二次开发-OLE/COM向EXCEL表格中插入图片
- 10-02检查本功能是否在Excel中运行
- 10-02在excel中评估模型性能