Right-new Excel worksheet, when prompted to open "due to an invalid file format or file extension. Make sure the file is not corrupt, and matching file extension and file format solution

The following error message:

The content of the normal file open without error, just open the new report this error

Cause: WPS must have previously installed and uninstalled, leading to point to a template when creating a new worksheet path errors

solve:

XLSX:

[HKEY_CLASSES_ROOT\.xlsx\ET.Xlsx.6]

[HKEY_CLASSES_ROOT\.xlsx\ET.Xlsx.6\ShellNew]
"FileName"="C:\\Windows\\SHELLNEW\\EXCEL12.XLSX"

[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12]

[HKEY_CLASSES_ROOT\.xlsx\Excel.Sheet.12\ShellNew]
"FileName"="C:\\Windows\\SHELLNEW\\EXCEL12.XLSX"

 

XLS:

[HKEY_CLASSES_ROOT\.xls\ET.Xls.6]

[HKEY_CLASSES_ROOT\.xls\ET.Xls.6\ShellNew]
"FileName"="C:\\Windows\\SHELLNEW\\EXCEL12.xls"

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8]

[HKEY_CLASSES_ROOT\.xls\Excel.Sheet.8\ShellNew]
"FileName"="C:\\Windows\\SHELLNEW\\EXCEL12.xls"

 

Summary: determining the location of the template file is located, and modify the corresponding values ​​of the four FileName position to the corresponding position, the search template files can be Everything, if you can create a new manual can be found.

 

Published 110 original articles · won praise 14 · views 40000 +

Guess you like

Origin blog.csdn.net/wh445306/article/details/103987941