Render Gradient Fill for the WordArt while Converting Spreadsheets to HTML

Possible Usage Scenarios

Earlier, Aspose.Cells APIs were not capable of rendering the gradient fill of WordArt shapes when the spreadsheets were converted to HTML format. Now Aspose.Cells supports rendering the gradient fill of WordArt shapes. The following screenshot shows the effect of the gradient fill in HTML for previous and recent releases.

todo:image_alt_text

Render Gradient Fill for the WordArt while converting spreadsheets to HTML

The following sample code converts the source Excel file into the output HTML format. The source Excel file contains a WordArt object with gradient fill as shown in the above screenshot.

Sample Code