Japanese currency field is exported with additional decimalsDescriptionWhen exporting to an Excel file, the Japanese currency field is displayed with two additional decimal places. The original Japanese currency field does not have any decimal places.Steps to Reproduce Set up the Japanese currency sys_properties. glide.system.locale: ja.JPglide.i18n.single_currency: trueglide.i18n.single_currency.code: JPY Create a table with data type currecy field.Create a new record by entering the Japanese currency value, for example, Yen 900.Export the list view record to an Excel file (.xls or .xlsx). Note that the exported data of Japanese currency contains 2 decimal places: original = Yen 900exported to excel = Yen 900.00 WorkaroundIn Excel, select the column.Select Format cells.Set the custom format to #,##0.(Alternatively, export into a CSV file and then open the file in Excel.) Related Problem: PRB864664