David_BH 4 months | flag | on: deleted post

You can use https://try.lokad.com to solve this workshop !

David_BH 5 months | flag | on: Link to icon list

Here is the list of available icons : https://docs.lokad.com/reference/list-of-icons/

David_BH 10 months | flag | on: ExcelFormat currency change

If you need your column to be in € when the user download the file as an Excel, you can replace
excelformat: "#,##0.00\ [$₽-419]" by
excelformat: "#,##0.00\ [$€-407]"
And for other currencies, $ => [$$-409],
¥ => [$¥-804]
₽ => [$₽-419]
£ => [$£-809]
₺ => [$₺-41F]