如何将 Excel 2003 电子表格公开给 PerformancePoint 2007?

发布于 2024-08-04 15:38:59 字数 451 浏览 11 评论 0原文

我正在开发 PerformancePoint 2007 项目。我有一堆 Excel 电子表格,我需要获取数据。用户需要继续输入数据,他们有Excel 2003,而我不会永远在这里。如果用户有 Excel 2007,我可以在 MOSS 2007 中使用 Excel Web Services,但这是不行的。

对于使数据进入可用状态,您有何建议?

一些选项是:

  • 创建一个 SSIS 包将数据导入 SQL Server,并教他们如何随着时间的推移运行该包
  • 将数据导入 SQL Server (SSIS),然后构建一个 Web 前端,让他们输入新的数据数据
  • 使用 Access 作为将数据获取到 SQL Server 的代理,并使用其 Web 访问页面让用户输入新数据

还有其他想法吗?我听说过“业务数据目录”,但我不确定它有什么帮助......

谢谢。

I am working on a PerformancePoint 2007 project. I have a bunch of Excel spreadsheets, and I need to get at the data. The users need to continue to enter data, they have Excel 2003, and I won't be here forever. If the users had Excel 2007 I could just use Excel Web Services in MOSS 2007, but that's a no go.

What are your recommendations for getting the data into a usable state?

Some options are:

  • create an SSIS package to import the data into SQL Server, and teach them how to run the package as time goes on
  • get the data into SQL Server (SSIS) and then build a web front-end that lets them enter new data
  • use Access as a proxy for getting the data into SQL Server and use its web access pages to let the users enter new data

Any other ideas? I've heard "Business Data Catalog" thrown about, but I'm not sure how it would help...

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听闻余生 2024-08-11 15:38:59

这就是我所做的:

  1. 创建复制电子表格功能的 SharePoint 列表
  2. 将当前电子表格数据复制并粘贴到列表中
  3. 告诉他们扔掉电子表格并对列表进行更新(如果需要特殊图表或其他内容,则导出到
  4. Excel Simego Data Synchronization Studio 定期将数据导入 SQL Server
  5. 点PerformancePoint 到数据库进行分析。

Here's what I did:

  1. Create SharePoint lists that duplicate the spreadsheet functionality
  2. Copy and paste the current spreadsheet data into the list
  3. Tell them to throw away the spreadsheet and make their updates to the list (export to Excel if they need a special chart or something
  4. Use Simego Data Synchronisation Studio to import the data into SQL Server on a regular basis
  5. Point PerformancePoint to the database for analysis.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文