Hi Team,
Hi,
Thanks for your posting and considering Aspose.Cells.
If you can do it in Microsoft Excel with some built-in function not macro function, then you will also be able to do it using Aspose.Cells.
Another thing you can do is read your cell string using Cell.getStringValue() method then reverse it in Java and then set it back using Cell.putValue() method.
Let us know if you have any other question, we will look into it and help you asap.