Currently we are using Aspose.Word for document properties update which is being a successful implementation and our functional users wants to extent the similar functionality with MS Excel.
Issue description:
- Using Aspose.cells API to update the properties in excel sheets.
- Post updating the properties, properties are getting updated to the excel, but the security warning (like enable content macros are disabled) in the excel is blocking the updates to the referenced places in all the sheets, which looks like the referenced places are not getting reflected even the core properties are updated in the excel.
Second step for this process is to generate a PDF out of the updated excel. Since the properties are not reflected to the refrenced places in sheets, user needs to download the file, enable the content and update the properties manually and checkin the file for PDF generation.
Ask;
Is there any API to skip the security warning to disable any security warnings in the excel to update the properties seamlessly. FYI, we have used setEnableMacro API to overcome this issue, but its not helping out.
Sample files attached.
Thanks.
screenshot2.png (28.7 KB)
screenshot1.png (31.4 KB)
31130372.zip (96.7 KB)