Using this following code of Aspose.Cells.20.4 for Java. I am adding a TextEffect in excel sheet
Shape wordArt = sheet.getShapes().addTextEffect(effect, TextCJK, fontName, size, fontBold, fontItalic, upperLeftRow, to…...width); We see the expected text behaviour in Excel of desktop...this method I am adding the text effect programatically 4_16...