With Aspose.Cells can I read or change the Workbook property AutoSaveOn? Thanks.
@seanriddle,
I have tried to search this property AutoSaveOn in API Reference and Documents for Aspose.Cells for C++ but could not find it. Could you please point me out to this property in the API Reference or document for our refernce? Also describe the actual functionality that you want to achieve using this property.
Here’s Microsoft’s documentation: Workbook.AutoSaveOn property (Excel) | Microsoft Learn
My client wants the program to display a warning if a workbook is opened with AutoSaveOn true. I can check the property using Interop, but I’m converting all the Interop calls to use Aspose.Cells instead.
Thanks.
As Aspose.Cells processes the Excel files (source xml, data, etc.) and we could not find such a property/attribute in the source contents of the file, so we cannot support this feature. We think this setting (attribute) is not stored in the file, so it cannot be implemented.