如何使用Google App脚本批量更新将数字强制为字符串

时间:2019-05-28 14:55:30

标签: google-apps-script google-sheets-api

我试图通过Google Sheets batchUpdate API强制Google Apps脚本将16位大数字作为字符串呈现。

Sheets.Spreadsheets.Values.batchUpdate(resource, spreadsheetId);

到目前为止,我发现这样做的唯一方法是在数字前加上一个'单引号,然后将其以字符串格式正确传输。

我的用例是我想设置一些信用卡号,但是当我设置该值时,它们以指数符号显示。

0 个答案:

没有答案