是一种用于访问和操作Excel工作簿的Web服务接口。它允许开发人员通过HTTP请求与Excel Services进行通信,并执行各种操作,如打开、保存、编辑、计算和呈现Excel工作簿。
Excel Services REST API的URI可以分为以下几个部分:
https://<hostname>/_vti_bin/ExcelRest.aspx
开头。综上所述,Excel Services REST API的URI的结构可以类似于以下示例:
https://<hostname>/_vti_bin/ExcelRest.aspx/<workbook_path>/<operation>
下面是一些常见的Excel Services REST API操作的示例:
GET https://<hostname>/_vti_bin/ExcelRest.aspx/<workbook_path>
该操作用于打开指定路径下的Excel工作簿。
GET https://<hostname>/_vti_bin/ExcelRest.aspx/<workbook_path>/Model/Tables('<table_name>')
该操作用于获取指定工作簿中的特定工作表。
POST https://<hostname>/_vti_bin/ExcelRest.aspx/<workbook_path>/Model/Range(address='<range_address>')/$Calculate
该操作用于执行指定范围的计算。
GET https://<hostname>/_vti_bin/ExcelRest.aspx/<workbook_path>/Model/Ranges('<range_address>')/Cells('<cell_address>')
该操作用于获取指定范围内特定单元格的数据。
领取专属 10元无门槛券
手把手带您无忧上云