We are using Aspose Cells to modify an existing Excel file. Our template file contains pictures and shapes that have no alternative texts, but are marked as decorative. The information is lost during the processing of the file. Even new Workbook(source).save(target) causes the target do not contains the flag from the source. I see there are functions to handle decorative for Aspose Words, Shape | Aspose.Words for Java. But I could not find similar one for Cells. Is there any function that allows me to read or set this property for xlsx files?
Thanks
Please zip and attach the input Excel file and output Excel file. Additionally, provide some screenshots to illustrate the issue of lost (decorative) information. We will promptly assess the problem using your template Excel file and get back to you soon.
@mmidc
Based on the description, we have created a sample file to reproduce the issue. Currently, Aspose.Cells does not support making an object as decorative in xlsx. After resaving the sample file, the “Mark as decorative” setting is lost. Please refer to the attachment. result.zip (14.6 KB)
The sample code as follows:
Workbook wb = new Workbook(filePath + "sample.xlsx");
wb.Save(filePath + "out_net.xlsx");
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-56022
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
We are pleased to inform you that your issue (“CELLSNET-56022”) has been resolved. The enhancement/fix will be included in the next release (Aspose.Cells v24.7) which is due in the second week of July next month. You will be notified when the next version is released.
The issues you have found earlier (filed as CELLSNET-56022) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi