如何把excel所有内容完整复制到word

阅读次数 2

c40d3f45d92d70e2b20e14f7576518c.png 使用这个api报错信息如下: 打印instance.Application直接undefined Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'GetDocumentRange')

js代码: await instance.ready(); const app = instance.Application;

// 获取全文区域 const DocumentRange = await app.ActiveDocument.GetDocumentRange(); // 获取指定区域的带格式 HTML 数据 const htmlInfo = await DocumentRange.GetHtmlData();
console.log(htmlInfo);

1 Answers

您好,您上面提供的api是文字的,您是在表格excel中使用了文字的api吗?

有直接获取表格内容的api吗 如何实现提问的功能