mar10 / wsgidav

A generic and extendable WebDAV server based on WSGI

Home Page:https://wsgidav.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem to open excel and power point files

jonasviera opened this issue · comments

Describe the problem
I'm working on a project that is essentially a Word file (docx) management system. However, I'm now starting to implement the use of PowerPoint and Excel files. Word files have always worked very well, allowing for file opening, editing, and saving without any issues.

However, when using files (.xlsx and .pptx), I'm encountering the following problems:
Excel file: The issue arises when I try to open an Excel file and, when attempting to save it for the first time, it asks me to discard my changes first and only then allows me to save it.
PowerPoint file: When opened and I try to save a change, it keeps prompting me to save again indefinitely.

Expected behavior
Open, edit and save without any issues.

wsgidav --version -v
WsgiDAV/3.1.1 Python/3.8.16(64 bit) Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.2.5
Python from: /home/jonasvieira/.asdf/installs/python/3.8.16/bin/python3.8

Any ideia for that? Thanks

Can you try with the latest release?
If it still fails, please provide log files in --verbose mode
Thx

This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.