Enabling Customized Currency Symbol in XLSX Outputs for Ambience/Repertoire 202x

This entry explains how to display the “$” symbol when rendering rml templates to xlsx outputs via Ambience/Repertoire 202x.

  1. Navigate to the ./etc folder in the Ambience/Repertoire 202x installation.

  2. Open the application.conf file and add the following configuration at the end of the file:

    elixir.rml.xlsx.currency-symbol = “[$$-4809]”

  3. Save the etx/application.conf file and restart the server instance.

  4. Render the rml template in xlsx format. The “$” symbol should now be displayed correctly in the rendered xlsx file.

Reference: Customized Currency Symbol