Script 'setValues' method interprets strings as numbers in cells
问题 I have been using Apps Script in Google Sheets with methods getValues and setValues . The returned values in the arrays are further manipulated, and they are meant to be JS Strings and set in cells as Text. After using setValues the values inside cells are interpreted as (special format) numbers, if the string allows it, and inside the cells they are actually numbers even though the values inside the array are JS Strings. Can we tell via script that these string values be set as Text in cells