isWordArt not set to true for word art shapes

Hi,

In version 18.4.1.0 for Cells .Net 4.0, it appears that the isWordArt flag does not get set to true when a WordArt object exists in the excel worksheet. Is this a bug or because we’re accessing it through the Shapes collection? I have an example workbook attached.

Thanks!

word art example.zip (6.9 KB)

@joeymilyli

Thanks for using Aspose APIs.

We were able to observe this issue and logged it in our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will update you asap.

This issue has been logged as

  • CELLSNET-46132 - Shape.IsWordArt is false for Word Art Shape

@joeymilyli

The Shape.IsWordArt is only for the Legacy Shape of XLS file.

Since Office 2007, Word Art is not a special type of shape, you change any character of the shape as Word Art. So we could not detect whether it is Word Art.

Please see the following attached file for a reference.

Download Link:
word art example.zip (7.4 KB)

Ahhhh, that makes sense. Good to know! Excel is tricky with how they change things, thanks for that info!

@joeymilyli

NP. It is good to know that you know the root cause of this issue. In case, you have any other question, please feel free to let us know. We will be glad to help you further. Have a good day.