sunren 发表于 2019-2-4 10:15:56

一步一步SharePoint 2007之四十七:实现Excel Service(2)——配置Excel Service支持

 下面将记录每一步的操作过程。
  1、首先我们打开管理中心的Operations页面。在该页面中单击Services on server,进入Services on Server页面。
http://blog.运维网.com/attachment/200805/200805211211362700359.jpg

  2、在Services on Server页面中,找到Excel Calculation Services项,并单击后面的Start。
http://blog.运维网.com/attachment/200805/200805211211362723437.jpg

  3、启动成功后,该项服务就显示为Started了。
http://blog.运维网.com/attachment/200805/200805211211362748359.jpg

  4、然后,我们再找到Shared Services Administration下面的ShareServices,单击该项,即可进入Shared Services Administration页面。
http://blog.运维网.com/attachment/200805/200805211211362773531.jpg

  5、在Shared Services Administration页面中,单击Trusted file locations,即可进入Excel Services Trusted File Locations页面。
http://blog.运维网.com/attachment/200805/200805211211362801593.jpg

  6、在Excel Services Trusted File Locations页面中,单击Add Trusted File Location,即可进入Excel Services Add Trusted File Location页面。http://blog.运维网.com/attachment/200805/200805211211362885875.jpg


  7、在Excel Services Add Trusted File Location页面中,在Address文本框中输入我们在上一篇文章中创建的文档列表的网址,如http://denny:9001/sites/Wodeweb/Docs/ExcelServices,并在Trust Children下勾上Children trusted。然后单击OK按钮。
http://blog.运维网.com/attachment/200805/200805211211362908375.jpg

  8、添加完毕后,就是这个样子了。
http://blog.运维网.com/attachment/200805/200805211211362952140.jpg

  9、这时,Excel Service已经可以用了。
  我们在Internet Explorer中输入http://denny:9001/sites/Wodeweb/Docs/ExcelServices/_vti_bin/ExcelService.asmx,就可以看到这个Web Service所提供的方法了。
http://blog.运维网.com/attachment/200805/200805211211362982703.jpg

  至此,第二部分的配置Excel Service支持的工作就完成了。
  下一篇文章我将记录如何实现Excel Service的最后一部分——调用Excel Service的过程。欢迎大家继续关注:)多谢!


页: [1]
查看完整版本: 一步一步SharePoint 2007之四十七:实现Excel Service(2)——配置Excel Service支持