• 导入Spreadsheet到sharepoint2013报错


    当导入Spreadsheet到sharepoint2013会报下面的错:

    an unexpected error has occurred -2147467259

    The specified file is not a valid spreadsheet or contains no data to import

    解决方法:

    首先enable ActiveX controls:

    Steps to enable ActiveX controls in Internet Explorer
    1. Select Tools --> Internet Options menu from the Internet Explorer.
    2. Select the Security tab from the Internet Options dialog.
    3. Select Local Intranet Web content zone and click Custom Level.
    4. Make the following options available under ActiveX controls and plug-ins to either Enable or Prompt:
      1. Download signed ActiveX controls
      2. Download unsigned ActiveX controls
      3. Run ActiveX controls and plug-ins
      4. Script ActiveX controls marked safe for scripting
    5. Click OK to save the Security Settings dialog.
    6. Click OK to save and close the Internet Options dialog.

    然后执行下面的步骤:

    1. Create an Excel file test1.xlsx
    2. Add the SharePoint site to Trusted Site. Since you are using Office 365 P1, please uncheck the option of “Require server verification (https:) for all sites in this zone”. Type in the SharePoint site and click Add. Click Close, click OK.

    3. Go to the team site, click Site Actions, click More Options.
    4. Click List on the left side. Click Import Spreadsheet, click Create.
    5. Type in the List name, click Browse… to find the Excel file we created. Click Import.
    6. The test file will be opened in Excel. You may need to type in your Microsoft Online Services ID and password.
    7. In the Range Type box, choose Range of Cells. Click the Select Range box, then choose all of the Excel file cells using mouse. After that, the blank of this option will be entered automatically. Click Importbutton.

    8. After clicking Import, the Excel Spreadsheet will be shown in a list as below:

    Please try to import Spreadsheet again using the above steps.

  • 相关阅读:
    spring cloud 网关
    spring cloud 熔断器
    spring cloud 健康检查
    spring cloud 分布式链路跟踪(集成zipkin)
    spring cloud 分布式链路追踪
    spring cloud eureka 微服务之间的调用
    spring cloud eureka注册中心
    ACCP8.0Y2Web前端框架与移动应用开发第5章Bootstrap制作微票儿首页
    ACCP8.0Y2Web前端框架与移动应用开发第4章Bootstrap的JavaScript插件
    ACCP8.0Y2Web前端框架与移动应用开发第3章Bootstrap组件
  • 原文地址:https://www.cnblogs.com/fengwenit/p/3611900.html
Copyright © 2020-2023  润新知