so i am trying to "remove" the save changes popup, which opens up upon closing the the excel file. i found this solution but now i am encountering this error:
The type org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFileVersion cannot be resolved. It is indirectly referenced from required .class files
when calling workBook.getCTWorkbook().addNewFileVersion();
. i have added poi-ooxml-schemas-3.15.jar as well as poi-ooxml-3.15.jar and poi-3.15.jar. Anyone has a solution for either the error, or a better way to "remove" the popup?