zoukankan      html  css  js  c++  java
  • SharePoint Excel Service

    Error meesage:

    "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't open a workbook larger than 10 MB. You'll need to open this in Excel."

    Solution: 

    The reason for these errors is the size of the workbook that is being opened is larger that the maximum size of a workbook that can be opened in Excel Services. The maximum size can be configured in the Excel Services settings.

    In order to change this value, open SharePoint Central Administration, and go to Application Management > Manage Service Applications > ExcelServiceApp > Trusted File Locations and click on the appropriate Address. Under the Workbook Properties section you will see a Maximum Workbook Size option. Set this value to the required file size in MB, and click OK to save the setting. To avoid the errors above, make sure the value is higher than the largest workbook size in SharePoint.

    Reference Blog:

    Excel Services – Large Workbook Error

    You may receive one of the following errors when attempting to view an Excel workbook in SharePoint depending on your version of SharePoint:

    "This workbook is larger than the maximum workbook size allowed to be opened in the browser."

    "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't open a workbook larger than 10 MB. You'll need to open this in Excel."

    The reason for these errors is the size of the workbook that is being opened is larger that the maximum size of a workbook that can be opened in Excel Services. The maximum size can be configured in the Excel Services settings.

    In order to change this value, open SharePoint Central Administration, and go to Application Management > Manage Service Applications > ExcelServiceApp > Trusted File Locations and click on the appropriate Address. Under the Workbook Properties section you will see a Maximum Workbook Size option. Set this value to the required file size in MB, and click OK to save the setting. To avoid the errors above, make sure the value is higher than the largest workbook size in SharePoint.

    Another error you may see in SharePoint with large workbooks is the following:

    "Sorry, something went wrong. The form submission cannot be processed because it exceeded the maximum length allowed by the Web administrator. Please resubmit the form with less data."

    You may encounter the error when you try to publish a large workbook to SharePoint that exceeds SharePoint’s Maximum Upload Size. You can increase this value by going to the following setting in SharePoint Central Administration:

    Application Management > Web Applications > Manage web applications > (Choose Web Application) > General Settings > Maximum Upload Size

    Increase the value to a value larger than the size of the workbook causing the error. After saving the value, you should be able to upload the file successfully.

    Additional Articles:

    Error "Request timed out" when you try to upload a large file to a document library on a Windows SharePoint Services 3.0 site

    http://support.microsoft.com/kb/925083

    Configure Maximum File Upload Size (PowerPivot for SharePoint)

    http://technet.microsoft.com/en-us/library/ff487972.aspx

    Issues Uploading Large Files To SharePoint

    http://blogs.technet.com/b/praveenh/archive/2012/11/16/issues-with-uploading-large-documents-on-document-library-wss-3-0-amp-moss-2007.aspx

  • 相关阅读:
    句柄定义ODBC操作数据
    应用程序浏览器供初学者使用的 wxHTML
    类语言结构化程序设计 & 面向对象程序设计
    数字操作符九度OJ 1019 简单计算器
    类字符串java学习笔记06正则表达式
    启动命令mac安装mysql后,启动mysql ERROR 2002 (HY000)错误解决办法
    链接全局变量再说BSS段的清理
    能力知识程序员学习能力提升三要素
    修改中断内存越界的一种定位方法
    特征方向说说主成分分析(PCA)的源头
  • 原文地址:https://www.cnblogs.com/Bear-Study-Hard/p/7903590.html
Copyright © 2011-2022 走看看