-
Notifications
You must be signed in to change notification settings - Fork 40
Closed as not planned
Description
Is your feature request related to a problem? Please describe.
An error occurred when creating an Excel file after enabling the files_antivirus application.
When creating a new TXT file, the wrapStream method is called and the file is created correctly; however, when creating an Excel file, the file_put_contents method is called and the file is not created correctly.
This may be due to the added file_put_contents method lacking a Try-Catch statement.
Nextcloud version:31.0.2.
onlyoffice app version:9.7.0.
files_antivirus app version:6.0.0.
Describe the solution you'd like
Can correctly create new Excel, Word, and PowerPoint files.
Describe alternatives you've considered
No response.
Additional context
No response.
Reactions are currently unavailable
