Open XML in Spreadsheet

Hello,
I need to open XML in spreadsheet,
But when i open from Onlyoffice Desktop editor the xml is automatically open to Document,
I don’t see where i can define the default format to open xml in spreadsheet

Hello,

Could you please provide an example file you are reproducing the issue with? Also please specify the version of Desktop Editors you are currently using.

hello,
the version i use is ONLYOFFICE Desktop Editors version 7.4.1.36
I can’t upload file
https://www.swisstransfer.com/d/20ecb781-7b65-481b-9b78-16d572def05e

Thank you for the file and sorry for the delayed reply.

Normally the spreadsheet xml files begin with something like

<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:x="urn:schemas-microsoft-com:office:excel"
 xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:html="http://www.w3.org/TR/REC-html40"
 xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts">

But your example file does not contain this, so it cannot be automatically recognized as a spreadsheet.