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.
我一直在尝试使用 Power Query 从 Smartsheet 中的一张表格中提取数据,但没有成功。我从 Smartsheet 生成了一个在 Power Query 向导中使用的 API 令牌,但仍然失败。
= Web.Contents( "https://api.smartsheet.com/1.1/sheet/4693183612381060", [ Headers = [ #"Authorization" = "Bearer YOUR_API_TOKEN" ] ] )
http://www.powerpivotblog.nl/getting-data-into-power-query-with-the-twitter-search-api-how-to-hack-pq-to-use-oauth/