Add Word Art Text with Built-in Styles

Possible Usage Scenarios

You can add Word Art Text with Built-in Styles using Aspose.Cells. Please use ShapeCollection.AddWordArt() method for this purpose.

Add Word Art Text with Built-in Styles

The following sample code adds Word Art texts with different Built-in Styles. Please check the output excel file generated with this code. This is how the output excel file looks in Microsoft Excel.

todo:image_alt_text

Sample Code