axlsx icon indicating copy to clipboard operation
axlsx copied to clipboard

Currency based on locale

Open newfylox opened this issue 7 years ago • 1 comments

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

newfylox avatar Dec 18 '18 16:12 newfylox

Any progress on doing this, I try the same

0xCCD avatar Aug 15 '19 22:08 0xCCD