office打开失败,The file is corrupt and cannot be opened

2024-06-09 07:58

本文主要是介绍office打开失败,The file is corrupt and cannot be opened,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

最近收到一个用户反馈,在SharePoint中打开excel文件时弹出下面错误信息“The File is corrupt and cannot beopened.

 

Machine generated alternative text: ¡ The file is corrupt and cannot be opened. OK

 

troubleshooting过程中发现主要原因是Office Applicationsettings设置问题。

 

可以通过下面步骤解决:

  1. 点击File-> Options

Machine generated alternative text: Info SharePoint2Ol6_ H: » Activity SP16 Nov CU Prot Contrc Ins p Before D p H IC Manage Versions . p Protect Workbook

 

  1. 在弹出的设置页面中点击“Trust Center tab”,在详细设置中点击“Trust Center Settings

Machine generated alternative text: Excel Options _fl ÎIISJ General Help keep your documents safe and your computer secure and healthy. Formulas Proofing Protecting your privacy Save Microsoft cares about your privacy. For more information about how Microsoft Excel helps to protect your privacy, please see the privacy statements. Language Show the Microsoft Excel privacy statement Advanced Customize Ribbon Security & more Quick Access Toolbar Visit Office.com to learn more about protecting your privacy and security. Microsoft Trustworthy Computing Microsoft Excel Trust Center The Trust Center contains security and privacy settings. These settings help keep your computer secure. We recommend that you do not change these settings. Irust Center Settings...

  1. 点击Protected tab,将列出的三个选项都取消勾选,点击OK保存

Machine generated alternative text: Trust Center Trusted Publishers Protected View Trusted Locations Protected View opens potentially dangerous files, without any security prompts, in a restricted mode to help minimize Trusted Documents harm to your computer. By disabling Protected View you could be exposing your computer to possible security threats. r Enable Protected View for files originating from the Internet Trusted App Catalogs . r Enable Protected View for files located in potentially unsafe locations Add-ins r Enable Protected View for Outlook attachments® ActiveX Settings Macro Settings Protected View Message Bar External Content File Block Settings Privacy Options

 

  1. 关闭Office Application,在SharePoint中重新点击文件,文件可以正确打开,问题解决。

 

感谢阅读。

这篇关于office打开失败,The file is corrupt and cannot be opened的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1044606

相关文章

C#实现将Office文档(Word/Excel/PDF/PPT)转为Markdown格式

《C#实现将Office文档(Word/Excel/PDF/PPT)转为Markdown格式》Markdown凭借简洁的语法、优良的可读性,以及对版本控制系统的高度兼容性,逐渐成为最受欢迎的文档格式... 目录为什么要将文档转换为 Markdown 格式使用工具将 Word 文档转换为 Markdown(.

VS配置好Qt环境之后但无法打开ui界面的问题解决

《VS配置好Qt环境之后但无法打开ui界面的问题解决》本文主要介绍了VS配置好Qt环境之后但无法打开ui界面的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要... 目UKeLvb录找到Qt安装目录中designer.UKeLvBexe的路径找到vs中的解决方案资源

IDEA下"File is read-only"可能原因分析及"找不到或无法加载主类"的问题

《IDEA下Fileisread-only可能原因分析及找不到或无法加载主类的问题》:本文主要介绍IDEA下Fileisread-only可能原因分析及找不到或无法加载主类的问题,具有很好的参... 目录1.File is read-only”可能原因2.“找不到或无法加载主类”问题的解决总结1.File

vscode不能打开终端问题的解决办法

《vscode不能打开终端问题的解决办法》:本文主要介绍vscode不能打开终端问题的解决办法,问题的根源是Windows的安全软件限制了PowerShell的运行,而VSCode默认使用Powe... 遇到vscode不能打开终端问题,一直以为是安全软件限制问题,也没搜到解决方案,因为影响也不大,就没有管

解决Maven项目idea找不到本地仓库jar包问题以及使用mvn install:install-file

《解决Maven项目idea找不到本地仓库jar包问题以及使用mvninstall:install-file》:本文主要介绍解决Maven项目idea找不到本地仓库jar包问题以及使用mvnin... 目录Maven项目idea找不到本地仓库jar包以及使用mvn install:install-file基

Android实现在线预览office文档的示例详解

《Android实现在线预览office文档的示例详解》在移动端展示在线Office文档(如Word、Excel、PPT)是一项常见需求,这篇文章为大家重点介绍了两种方案的实现方法,希望对大家有一定的... 目录一、项目概述二、相关技术知识三、实现思路3.1 方案一:WebView + Office Onl

SQL server配置管理器找不到如何打开它

《SQLserver配置管理器找不到如何打开它》最近遇到了SQLserver配置管理器打不开的问题,尝试在开始菜单栏搜SQLServerManager无果,于是将自己找到的方法总结分享给大家,对SQ... 目录方法一:桌面图标进入方法二:运行窗口进入方法三:查找文件路径方法四:检查 SQL Server 安

Android实现打开本地pdf文件的两种方式

《Android实现打开本地pdf文件的两种方式》在现代应用中,PDF格式因其跨平台、稳定性好、展示内容一致等特点,在Android平台上,如何高效地打开本地PDF文件,不仅关系到用户体验,也直接影响... 目录一、项目概述二、相关知识2.1 PDF文件基本概述2.2 android 文件访问与存储权限2.

Pyserial设置缓冲区大小失败的问题解决

《Pyserial设置缓冲区大小失败的问题解决》本文主要介绍了Pyserial设置缓冲区大小失败的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面... 目录问题描述原因分析解决方案问题描述使用set_buffer_size()设置缓冲区大小后,buf

在java中如何将inputStream对象转换为File对象(不生成本地文件)

《在java中如何将inputStream对象转换为File对象(不生成本地文件)》:本文主要介绍在java中如何将inputStream对象转换为File对象(不生成本地文件),具有很好的参考价... 目录需求说明问题解决总结需求说明在后端中通过POI生成Excel文件流,将输出流(outputStre