@@ 2767,6 2767,7 @@ class File: def _to_excel(self) -> None:
"""Saves the report as an Excel file following the rep.SheetStructure."""
app = xw.App(visible=self.open_file, add_book=False)
+ app.display_alerts = False
try:
book = app.books.open(self.file)
except FileNotFoundError: