【发布时间】:2015-06-30 00:36:24
【问题描述】:
您好,我有一个共享点库,其中第一列是 InfoPath xml 列。列表中有大约 2000 个 xml。我想在 excel 中从 InfoPath 导出数据,但是使用“导出到 excel”我得到了 excel 中的所有库列,第一列数据作为 InfoPath 路径
【问题讨论】:
标签: sharepoint-2010 infopath sharepoint-list
您好,我有一个共享点库,其中第一列是 InfoPath xml 列。列表中有大约 2000 个 xml。我想在 excel 中从 InfoPath 导出数据,但是使用“导出到 excel”我得到了 excel 中的所有库列,第一列数据作为 InfoPath 路径
【问题讨论】:
标签: sharepoint-2010 infopath sharepoint-list
SharePoint 2010 没有“InfoPath xml 列”的列类型。 SharePoint 库有文件。 InfoPath 表单的内容在 SharePoint 表单库中存储为 xml 文件。您正在寻求一种方法以将 SharePoint 库中的所有文件作为文本文件打开,然后获取它们的内容并将它们粘贴到 Excel 列中?开箱即用绝对支持该功能。根据您的技能,您可以创建an Excel macro、创建form code to export the xml through InfoPath 或use PowerShell to scrape the data。
【讨论】: