Internationalization Support with Aspose

Hello,
Can i Know if Aspose support internationalization with different locales ?
I am using Aspose with Java API & mainly for reporting purpose.
Most of the times we take Numerical data from Database and then convert it to appropriate user locales and show it in Excel.
Do Aspose have way of doing it on its own ?
& if not then will it render localised data appropriately ?

Hoping for quick response.
Thanks in advance,


Hi Viraj,


Thank you for using Aspose APIs.

We believe your inquiry is in reference to Aspose.Cells API that is why we have moved this thread to Aspose.Cells support forum for further communication in this regard.

You can use the setLocale method of WorkbookSettings to specify any locale of your choice for a complete Workbook. Please check the below provided code snippet, and feel free to write back in case you have further questions.

Java

workbook.getSettings().setLocale(Locale value);

Thanks for the reply.
But my problem is till not solved.
I applied above code snippet but excel is not formated as per locale.
I am using aspose-cells-8.2.1.jar.

Hi Viraj,


We are sorry to know that the provided solution didn’t work for you. Please give a try to the latest version of Aspose.Cells for Java 8.2.1.4 on your end. In case the problem persists, please provide us your complete code, input/output files and environment details such as Operating System version/architecture & JDK type/version. We will check the scenario in detail to guide you further in this regard.