在Office中获取完整的Excel工作表数据

时间:2015-08-30 11:02:23

标签: office365 apps-for-office

使用

轻松获取Excel 365文档的选定部分
 Office.context.document.getSelectedDataAsync()

但是如何获得完整的表格呢?

1 个答案:

答案 0 :(得分:1)

现在,你可以做的唯一两件事就是

Office.context.documents.getSelectedDataAsync();

Office.context.document.getFileAsync();

我们无法直接拉纸。但是,根据您提取的数据量,您可以使用

Office.FilterType.OnlyVisible