Inserting text in the reverse order in an excel cell

Hi Team,


Suppose that I have some text " Text is in reverse order " in cell C5.

Generally if I set the C5 cell value with the above text it will be starting from left to right.

But is there a way to reverse this. I mean " redro esrever ni si txet " from right to left.

Please help me with some sample piece of code.

Regards,
Sanjeev

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.