Posted 12 May 2022, 4:40 am EST
Is there a way to return all data with plain format when using getCsv method?Currently, when my spreadsheet contained formatted number data such as "12,000" (number with thousandsep), getCsv return "12,000" instead of "12000"