This entry explains how to display the “$” symbol when rendering rml templates to xlsx outputs via Ambience/Repertoire 202x.
-
Navigate to the ./etc folder in the Ambience/Repertoire 202x installation.
-
Open the application.conf file and add the following configuration at the end of the file:
elixir.rml.xlsx.currency-symbol = “[$$-4809]”
-
Save the etx/application.conf file and restart the server instance.
-
Render the rml template in xlsx format. The “$” symbol should now be displayed correctly in the rendered xlsx file.
Reference: Customized Currency Symbol