Application Class in Microsoft.Office.Interop.Excel

Hi, I’m currently in the process of converting from Interop to Aspose and in the code I’m converting are the lines:
app = new Excel.Application();
app.ScreenUpdating = false;
app.DisplayAlerts = false;
and I was wondering if Aspose has similar methods to control whether alerts are displayed for errors or such and whether the excel file is updated as the code runs or updated once the code is finished.

@EricShi

Thanks for your query.

Please provide us some sample Excel file(s), screenshot(s) and working sample code to explain your requirements because MSDN references for these properties are not describing their usage in detail. We will then be able to investigate and proceed accordingly.