惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

博客园 - 老猴

SharePoint 2010问题集锦 (2011.2) SharePoint 2010问题集锦 (2011.1) 微软企业生产力大学培训课程_8月 招聘:赴微软工作SharePoint技术专家(V-,北京) SharePoint 2010: 如何使用Word Automation Services开发应用 SharePoint 2010: 对于开发人员 SharePoint 2010: 使用SharePoint的Theming引擎 SharePoint 2010: Claims-based Authentication SharePoint 2010: 学习资源 SharePoint 2010: 使用Visio Services展示SCOM数据 SharePoint 2010: 设计BCS工作流 SharePoint 2010: 使用BCS构建解决方案 WSS3.0 Server Admin Template vs Site Admin Template 安装BSM2005时的错误 K2.net工作流引擎在智能设备上的应用 如何使用K2.Net 2003设计流程 K2与SharePoint 2003集成特征 K2.Net 2003中的5种业务规则(Rules) 感受K2.Net 2003工作流解决方案
Excel REST使用方法
老猴 · 2010-12-08 · via 博客园 - 老猴

REST 语法:http://server/_vti_bin/ExcelRest.aspx/Shared%20Documents/File.xlsx/Model/

资源名称

访问内容…

/Model

The workbook (the binary or the available feeds)

/Model/Ranges

List of named ranges in a workbook (some of them)

/Model/Ranges('RangeName')?$format=html

Specific range.

/Model/Charts

List of charts

/Model/Charts('ChartName')?$format=image

Specific Chart

/Model/Tables

List of tables (Lists)

/Model/Tables('TableName')?$format=html

Specific table

/Model/PivotTables

List of PivotTables

/Model/PivotTables('PivotName')?$format=html

Specific PivotTable

Model/Ranges('('Sheet1!A1|D4'')?$format=html

Normal Range

Model/Charts('ChartName')?$format=image&Ranges('FiscalYear')=2008&Ranges('Sheet1!A1')=0.50

Insert Values

posted @ 2010-12-08 11:05  老猴  阅读(1375)  评论()    收藏  举报