We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am using a QUERY() function to create a tablet in a sheet that is then sent via email using Google Apps Scripts with your library.
When the numbers are formatted as currency (e.g. €), the email with the table is wrong. In particular, all the numbers have €-2 prepended.
€-2
For example € 2 (as seen in the spreadsheets) becomes € -220 (in the email receveid) and so on.
€ 2
€ -220
The text was updated successfully, but these errors were encountered:
Nowadays Apps Script include getDisplayValues(). I'm using it instead of getNumberFormats().
getNumberFormats()
Sorry, something went wrong.
mogsdad#9 FIX: wrong conversion when numbers are formatted as currency
0baf16e
See mogsdad#9 comments.
No branches or pull requests
Hello,
I am using a QUERY() function to create a tablet in a sheet that is then sent via email using Google Apps Scripts with your library.
When the numbers are formatted as currency (e.g. €), the email with the table is wrong.
In particular, all the numbers have
€-2
prepended.For example
€ 2
(as seen in the spreadsheets) becomes€ -220
(in the email receveid) and so on.The text was updated successfully, but these errors were encountered: