Hello,
How to get the JSON string directly, not download it, but get the string format directly
example: spreadsheet.getJson()
Hello,
How to get the JSON string directly, not download it, but get the string format directly
example: spreadsheet.getJson()
Please, try to use the serialize() method:
Thanks! I solved the problem with your method