i’m trying to change the decimal and group separator on a workbook which setting locale is Locale.<span style=“font-family: “Courier New”; background-color: rgb(228, 228, 255);”>ITALIAN . but it doesn’t work. here is my code.
I expected 123,456.789 but it returns <span style=“white-space: normal; font-family: “Times New Roman”;”>123,456,789. It seems that it doesn’t consider the decimal separator. Any idea how can i solve this?
Well, to workaround this time, you need not to set number decimal separator and group separator, you only need to set ITALIAN locale. Anyways, I observed the original issue as you mentioned. I found specifying Custom Number Decimal and Group Separators for Workbook is not supported. It works fine with the default Number Decimal and Group Separators (automatically set) for different locales (e.g ITALIAN) but if we need to customize the Number Decimal and Group Separators in the code while using specific locale e.g the ITALIAN locale, it won't work.
Good to know that your issue is sorted out by the new fix. Well, you may use this fix for your needs, it will behave like an official release. It has all the functionality, enhancements and fixes (full fledged) since the release of v8.8.3 till that version/fix v8.8.3.4. You may use this fix for production server. By the way, we are scheduled to release our next official version (Aspose.Cells for Java v8.9.0) in the third or fourth week of July 2016, so you have to wait a bit if you want to use official release from Downloads module. You will also get automatic notification when we publish our next version.