当前位置:网站首页>The sap export excel file opens and shows that the file format and extension of "XXX" do not match. The file may be damaged or unsafe. Do not open it unless you trust its source. Do you still want to
The sap export excel file opens and shows that the file format and extension of "XXX" do not match. The file may be damaged or unsafe. Do not open it unless you trust its source. Do you still want to
2022-04-23 09:32:00 【rogerix4】
1. problem
- Use SAP export Excel Open after Excel when , Pop up tips :"xxx" The file format and extension of do not match . The file may be corrupted or unsafe . Unless you trust the source , Otherwise, do not open . Do you still want to open it ?

2. resolvent ( Adaptation version Office2000-Office2019 & Office 365)
- newly build xxx.reg file , And add the following
Windows Registry Editor Version 5.00
For Office 2003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\11.0\Excel\Security]
"ExtensionHardening"=dword:00000000
;For Office 2007
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Excel\Security]
"ExtensionHardening"=dword:00000000
;For Office 2010
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Excel\Security]
"ExtensionHardening"=dword:00000000
;For Office 2013
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\15.0\Excel\Security]
"ExtensionHardening"=dword:00000000
;For Office 2016 & Office 365
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\Security]
"ExtensionHardening"=dword:00000000
;For Office 2019
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\17.0\Excel\Security]
"ExtensionHardening"=dword:00000000
- Double-click on the run xxx.reg file

- Open again Excel, Pop ups disappear ; Open file directly

版权声明
本文为[rogerix4]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230623503910.html
边栏推荐
- SAP 03-amdp CDs table function using 'with' clause
- Comparison of overloading, rewriting and hiding
- Buuctf [actf2020 freshman competition] include1
- MySQL of database -- basic common query commands
- Kettle experiment
- AQS & reentrantlock implementation principle
- LeetCode 1611. The minimum number of operations to make an integer 0
- Cloud computing competition -- basic part of 2020 competition [task 3]
- Exclusive thoughts and cases of JS
- [in-depth good article] detailed explanation of Flink SQL streaming batch integration technology (I)
猜你喜欢

ATSS(CVPR2020)

MySQL of database -- overview and installation

Leetcode question bank 78 Subset (recursive C implementation)

Kettle实验 转换案例

JSON input of Chapter 14 of kettle paoding jieniu

Leetcode0587. 安装栅栏(difficult)

SAP CR transmission request sequence and dependency check

SAP 03-amdp CDs table function using 'with' clause

Simple understanding of arguments in JS

Dropout技术之随机神经元与随机深度
随机推荐
NPM installation yarn
How to protect open source projects from supply chain attacks - Security Design (1)
Colorui solves the problem of blocking content in bottom navigation
Installation of data cleaning ETL tool kettle
ABAP 7.4 SQL Window Expression
501. 二叉搜索树中的众数
ABAP CDs view with association example
Go language learning notes - structure | go language from scratch
JS and how to judge custom attributes in H5
108. 将有序数组转换为二叉搜索树
错题汇总1
KVM installation and deployment
[C language] document operation
JS DOM event
Node installation
JS prototype chain
SAP debug debug for in, reduce and other complex statements
Redis 内存占满导致的 Setnx 命令执行失败
Two ways for flutter providers to share data
#yyds干货盘点#ubuntu18.0.4安装mysql并解决ERROR 1698: Access denied for user ''root''@''localhost''