简体   繁体   English

如何将.iqy 文件加载到 excel 作为数据源

[英]How to load .iqy file into excel as datasource

I'm having some data from a custom build sharepoint site, which only offers me access to the content by giving me and.iqy file for each category on the site.我从自定义构建 sharepoint 站点获得了一些数据,该站点仅通过为站点上的每个类别提供 and.iqy 文件来让我访问内容。

Opening the.iqy directly with excels works by giving me a new excel sheet, but what I want to archive here is containing 3 different categories into 1 excel sheet and also have them automatically update whenever the sharepoint site receives any updates for the 3 categories(or when I click refresh).通过给我一个新的 excel 表直接用 excels 打开.iqy 工作,但我要在此处存档的是在 1 个 excel 表中包含 3 个不同的类别,并且还让它们在 Z2D60FC67EF31D40B766705 站点收到任何更新时自动更新 Z2D60FC67EF31D40B7667050 站点或者当我单击刷新时)。

I've looked into excels "Data" section and also searched the web and the documentation of excel itself with no luck.我查看了 excel 的“数据”部分,还搜索了 web 和 excel 本身的文档,但没有运气。

Loading an.iqy file (Also known as Web Queries) into an existing Excel file can be archieved by loading the.iqy file into connections using the following steps in Excel:将 .iqy 文件(也称为 Web 查询)加载到现有 Excel 文件可以通过使用 ZC1D81AF5835844B4E9D93691 中的以下步骤将 .iqy 文件加载到连接中来归档:

  1. Choose the tab "Data"选择选项卡“数据”
  2. Click "Existing Connections"点击“现有连接”
  3. Choose "Browse for More..." (This opens up a file picker)选择“浏览更多...”(这将打开一个文件选择器)
  4. Navigate to.iqy file导航到 .iqy 文件
  5. Choose where to export to (ie. table and to new or existing worksheet)选择导出到的位置(即表格和新的或现有的工作表)

The.iqy describes how content can be fetched from a data source and therefore it supports the refresh functionality within the "Data" tab, also found in the "Connection" pane. The.iqy 描述了如何从数据源获取内容,因此它支持“数据”选项卡中的刷新功能,也可以在“连接”窗格中找到。 Whenever the data source is changed, you can use "Refresh" on the connection to update your Excel data.每当更改数据源时,您都可以在连接上使用“刷新”来更新您的 Excel 数据。

To incoorporate it with Excels Data "Queries" using Power Query:要使用 Power Query 将其与 Excels 数据“查询”合并:

  1. Pick the table where the content was loaded to选择内容加载到的表
  2. Choose tab "Data"选择选项卡“数据”
  3. Click "From Table/Range"单击“从表/范围”
  4. Profit!利润!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Excel IQY文件-用法选项问题 - Excel IQY file - Usage Option question 如何使用JavaScript读取iqy文件结果表 - How to read a iqy file result table with javascript 如何编辑 BigQuery Connector for Excel .iqy 文件以在其中包含 SQL 语句,而不是依赖于 Excel 单元格的输入? - How do I edit the BigQuery Connector for Excel .iqy file to have the SQL statement already in it instead of relying on input from an Excel cell? a.iqy 文件有哪些选项? - What are the options for a .iqy file? 如何在不提示输入目的地的情况下打开 IQY 文件? - How can I open an IQY file without being prompted for a destination? 昨天在 Excel 打开了 a.iqy 文件,现在每次我尝试打开一个新工作簿时,Excel 都会尝试打开这个文件 - Opened up a .iqy file yesterday in Excel, now every time I try to open a new workbook, Excel tries to open up this file 格式化 Excel.iqy Web 查询的结果 - Formatting Results of Excel .iqy Web Query 如何在c#中创建一个xml文件,以便与作为数据表导入的.iqy一起使用 - How to make an xml file in c# for use with .iqy which imports as a datatable 如何将 MFA 与嵌入在 MS Excel 文件中的 SQL 服务器数据源一起使用 - How to use MFA with SQL Server Datasource embedded in MS Excel file 有没有一种方法可以通过SpagoBI中的excel文件创建数据源 - Is there a way to create datasource through excel file in SpagoBI
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM