问题如下:使用sharepoint server2010可以实现多人同时编辑excel文档的功能(需要安装office
web apps),但是如果这个excel文档本身含有单元格保护功能,则出现如下的报错信息
The workbook that you selected cannot be loaded because it contains the following features that are not supported
by Excel Services:
• Workbook sharing
• Sheet protection
Would you like to try and open this file in Excel?
这个信息提示应该是excel services不提供workbook
sharing和sheet protection功能。
我的问题是:如何才能通过sharepoint server2010来实现多人同时编辑excel表格,并且可以使用sheet
protection(也就是单元格保护,不同权限的人可以打开不同的单元格)功能?