I have a Google spreadsheet script that pulls some data through API. The problem is that i'm pulling some data that returns a number like this: 142499.68000000
The problem is that my spreadsheet is configured to brazilian format and i'm getting some crazy results (14.249.968.000.000,00). I want to format this number like this: 142.499,68 (we use comma and not dot as US format).
I've been playing around with .setNumberFormat() but had no success.
How can I format the number like that in my script?
