Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很容易获得 Excel 365 文档的选定部分
Office.context.document.getSelectedDataAsync()
但是我如何获得完整的表格?
现在,你唯一能做的两件事是
Office.context.documents.getSelectedDataAsync();
和
Office.context.document.getFileAsync();
我们无法直接拉一张纸。不过,根据您提取的数据量,您也许可以使用
Office.FilterType.OnlyVisible