ad

Excel服务――体系架构-英雄云拓展知识分享

匿名投稿 366 2024-01-14

译者:徒然客  来源:其他
发表于:2006年7月7日

Excel Services – Architecture
Excel服务——体系架构

Excel服务――体系架构-英雄云拓展知识分享

Before I continue to drill down on the features of Excel Services, I would like to explain the architecture at a high level and touch on configuration possibilities.
在我继续勾画Excel服务的特质之前,我想从一个较高的层次解说Excel服务的体系架构。

Excel Services is built on the SharePoint products and technologies platform. There are three core components of Excel Services
Excel服务是建立在SharePoint产品和技术平台之上,有3个关键组件。

Excel Calculation Service
Excel Web Access
Excel Web Service
Excel计算服务
Excel网络存取
Excel网络服务

Box Diagram
图框
Here is what each of these components do.
这里解释每个组件的作用.

Excel Web Access – This is a web-part in SharePoint that performs the “rendering” (development team speak for “creating the HTML”) of Excel Workbooks on a web page. This is perhaps the most visible component for the end user. For those of you familiar with SharePoint, you can use it like any other web part in SharePoint to create a wide range of web pages.
Excel网络存取——SharePoint平台网络功能的一部份,负责”编译”(开发团队说这是”生成HTML “)Excel工作簿成为一个网页. 对终究用户来讲这或许是最不言而喻的部份. 对熟习SharePoint的你,你可以用它像SharePoint其他网络功能一样来建立包括很多行的网页.

Excel Web Services – This component provides the programmatic access that I talked about yesterday. It is a web service hosted in SharePoint. You can use methods in this web service to develop applications that incorporate calculations done by Excel Services and to automate the update of Excel spreadsheets.
Excel网络服务——这个组件提供目录的存取,犹如我昨天说的. 这是在SharePoint上的网络服务. 你可使用这个方法来开发服务网络利用服务,将Excel表格的计算自动更新.

Excel Calculation Service – This is the component that loads the spreadsheets, calculates them, refreshes external data, and maintains session state for interactivity. This is the heart of Excel Services.
Excel计算服务——这个组件装载并计算表格,刷新外部日期,保持最近 的版本。这是Excel服务的心脏。

Additionally, there is also a proxy that is used internally to handle the communication between the components on the web front end and the application server in multiple-server configurations. It also handles the load balancing in case there are multiple application servers in your installation.
另外还有一种新特质,是可以配置多台服务器以到达使利用服务和网络负载平衡。这可以经过你的安装来进行计划实现。

These three components are divided in two major groups – those that live on a front-end server (which we refer to as a “web front end”), and those that live on a back-end application server. In the simplest of the configurations, all these components could be running on the same machine (we call this a “single box” installation). In a typical production environment with significant number of users, the components on the web front end and the application server would be on different machines. It is possible to scale (up or out) these components independently.
这3个组件分为两大类,前台服务器(我们称为”网络前台”)组件,后端利用服务器组件. 在简单的配置中,这些组件可以运行在同机器(我们称之为”单盒”安装). 在有大量不同用户的典型环境中,前台后台组件可以运行在不同的机器上。也就是说在将来这些组件有可能都是独立的。.

Security
安全

Excel Services leverages the security infrastructure provided by SharePoint. Excel services uses SharePoint for authentication (who can log into the server) as well as authorization (who has access to which spreadsheet and the type of access; read, write, view only etc.). This provides a robust security environment for protecting your spreadsheets.
凭仗SharePoint安全基础设施Excel服务一样安全. Excel使用SharePoint的认证服务, (登陆服务器)和授权(获得表格的类型和使用; 读、写、阅读等等). 这个环境为你的表格提供了有力的安全保障.

Performance and Scalability
性能和扩充

Excel Services are optimized for scenarios in which multiple users access the same spreadsheets. We have done a lot of work to optimize for this scenario – for example, caching at multiple levels so that collective performance for a group of users is improved by caching spreadsheets as well as external data queried by the spreadsheets. All this is transparent to the end user except for the good response time. (Anticipating a question, we only share cached results between users that have the same rights.)
Excel服务优化了多用户使用同一表格工作. 为优化这类状态我们已做了大量工作,例如在多层次上的高速缓冲存贮使用户组可以在不同的时间里集体编辑同张表格. 在终究用户希望有很快的反应时间这个问题上所有的一切都是可见的. (预计到了这个问题,对有相同权限的用户之间我们仅仅同享缓存上的结果).

Excel Services can be scaled up by adding additional CPUs or memory to the server it runs on. It will take full advantage of multiple CPUs to handle multiple requests concurrently. It also supports 64bit CPUs. And it is possible to scale out the web front end and application server components independently, so you can adjust either based on server load and performance requirements. For example, if there is a bottleneck in rendering spreadsheets with Excel Web Access, then you can add more web front ends, and if there is a bottleneck is in calculations, then you can add more application servers to the farm. A lot will depend on the type, size of the workbooks and external data connections in the workbooks you are planning to use with Excel Services. For large deployments, some planning will need to go into the number of users as well as the anticipated workbook mix for the installation. The architecture is designed to meet the needs of a spectrum of deployments from a departmental to enterprise. The multi-tiered approach also allows for better security and isolation of services, for example in extranet scenarios.
Excel服务可相应增加中央处理器或内存以升级的服务器. 它将充分利用多个中央处理器同时处理多个要求. 它也支持64bit中央处理器. 并可以将运行的网络利用服务器前台后台独立分开,可以调剂基于服务器负载的性能要求. 举例来讲,如果在Excel编译上存在瓶颈, 你可以增加编译网页的资源,如果有一个瓶颈是计算,则可以增加利用服务器的资源. 针对很多取决于类型、范围的电子工作簿,你可以斟酌使用Excel服务. 对大范围的部署你要计划需进入用户数并预设的斟酌如何分配安装. Excel服务完全可以满足一系列部署,从企业部门到多层次的安全,还可以更好地隔离服务,例如外联网的情况.

Next time, more detail on publishing a spreadsheet to the server and viewing it in the browser.
下次将会发布更多关于发表电子表格到服务器上和在阅读器中浏览表格的细节。

Published Thursday, November 10, 2005 9:26 AM by David Gainer
Filed Under: Excel Server

发布Thursday,November10,2005,9:26am 大卫Gainer


选择英雄云云表单=选择更智能的Excel

在现代企业管理中,数据的高效管理和处理至关重要。随着信息技术的不断发展,英雄云云表单已经成为了提高数据录入、管理和分析效率的不可或缺的工具。让我们来深入探讨英雄云-云表单的几大优势。

基础字段:多样性满足业务需求

英雄云云表单中包括了各种基础字段,如单行文本多行文本数字输入框单选框复选框下拉框下拉复选框日期时间分割线等。这些字段的多样性使用户可以根据具体的业务需求,轻松进行文本、数据和时间信息的录入或修改。例如,您可以使用单行文本字段录入员工姓名、产品型号等,或者使用下拉框进行多选,根据不同情况选择更加方便的字段类型。

高级字段:提升工作效率

英雄云云表单还提供了高级字段,如地址图片附件手写签名手机子表关联数据关联查询以及流水号。这些高级字段在基础字段的基础上升级,可帮助用户完成一些琐碎的工作。例如,使用地址字段可以避免逐字打字,而流水号字段可以自动生成规律性的编号,非常适用于合同编号生成等场景。

部门成员字段:精确管理与通讯录的关联

英雄云的部门成员字段允许企业对各个部门的成员进行精确管理。用户可以通过部门成员字段获取通讯录中的部门成员信息,应用于记录报销人、报销部门等场景。这些成员字段还细分为成员单选成员多选,可根据具体需求在通讯录中选择一个或多个成员。

聚合表:数据处理更智能

英雄云聚合表功能用于对已存在的表单数据进行聚合计算,从而得到一张聚合表,后续其他表单可调用聚合表进行数据联动、关联查询和关联数据等操作完成数据处理。这一功能可应用于多种场景,如进销存管理、财务管理和门店零售管理等,帮助企业完成数据处理,提高工作效率。

表单权限设置:灵活管理数据访问

英雄云的表单权限设置允许用户根据企业的具体需求管理表单的访问和操作权限。用户可以根据系统权限或自定义权限对不同成员或团队进行权限设置,以确保数据的安全和合规性。这一功能使企业能够根据变化的业务需求和团队结构,实时调整权限设置。

自定义打印模板:文档输出更便捷

英雄云云表单支持自定义打印模板,可将表单数据转换为可打印的Word文档。用户可以根据自己的需求进行排版和编辑,将产品规格说明书等文档轻松生成。这一功能提供了一种标准化的文档输出方式,简化了信息整理的过程。

综合来看,选择英雄云云表单意味着选择更智能、更灵活、更高效的数据管理工具。无论是提高工作效率,精确管理数据,还是实现数据处理,英雄云云表单都能满足您的多样化需求,助力您的业务发展。

如果您正在寻找一款强大的云表单工具,不妨考虑英雄云,它将为您带来更多的便捷和智能,助您事半功倍。


免责声明:

本网址(www.yingxiongyun.com)发布的材料主要源于独立创作和网友匿名投稿。此处提供的所有信息仅供参考之用。我们致力于提供准确且可信的信息,但不对材料的完整性或真实性作出任何保证。用户应自行验证相关信息的正确性,并对其决策承担全部责任。对于由于信息的错误、不准确或遗漏所造成的任何损失,本网址不承担任何法律责任。本网站所展示的所有内容,如文字、图像、标志、音频、视频、软件和程序等的版权均属于原创作者。如果任何组织或个人认为网站内容可能侵犯其知识产权,或包含不准确之处,请即刻联系我们进行相应处理。

上一篇:IF函数,你真的了解她吗?-英雄云拓展知识分享
下一篇:《长安102时辰》告知你:统计分析有多重要-英雄云拓展知识分享
相关文章

 发表评论

暂时没有评论,来抢沙发吧~

×