如何将 Excel 2003 电子表格公开给 PerformancePoint 2007?
我正在开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是我所做的:
Here's what I did: