Hello, I found some binary files in the cache path of the server. How to convert them into previous office files
My.xlsx file is missing, but I found the cached file in the server
/var/lib/onlyoffice/documentserver/App_Data/cache/files/20220905/Editor.bin
Can you help me? How can I convert binary files into normal. xlsx files
Hi, you can try to convert it via x2t - our tool used for file conversion
Something like this:
LD_LIBRARY_PATH='/var/www/onlyoffice/documentserver/server/FileConverter/bin' /var/www/onlyoffice/documentserver/server/FileConverter/bin/x2t Editor.bin file.xlsx
But please note this case only for emergency and not properly documented for everyday use, so something may be wrong
Hi, you can try to convert it via
x2t- our tool used for file conversionSomething like this:
LD_LIBRARY_PATH='/var/www/onlyoffice/documentserver/server/FileConverter/bin' /var/www/onlyoffice/documentserver/server/FileConverter/bin/x2t Editor.bin file.xlsxBut please note this case only for emergency and not properly documented for everyday use, so something may be wrong
It doesn't work and can't generate xlsx files. I'm trying to download these files by replacing the cache files
You can share those files and we see what we can do with them
Editor.zip GitHub cannot upload the. bin file. You can rename it to .bin
Hi @AzXuan ! To get the source file from a .bin file, you need to specify the correct extension.
Your .bin file is not a table.
Editor.docx Attached is a document that is converted from your .bin file.
This issue was closed due no response.