axlsx
axlsx copied to clipboard
Currency based on locale
Hi guys,
I'm trying hard to use format_code based on locale parameter (for example, french, english, etc.) to output desired currency format. For example, if the current user chose french, I want the column to output in a format like 1 234,56 $ and not $1,234.56
I want to generate a XLSX file with desired currency format and then convert it in PDF. If it's not possible while creating the XLSX, is it at least possible to do it while converting in PDF with environment variables or else?
Thanks
Any progress on doing this, I try the same