我正在使用google sheet API来获取节点js https://developers.google.com/sheets/api/quickstart/nodejs
我们如何访问列的数据类型(数字,小数,字符串,日期) 在使用上述API的Google电子表格中?
答案 0 :(得分:0)
除Reading values in Spreadsheet指南外,没有来自Sheets API的直接指示。当您获取单元格的值时,将其分配给变量并使用typeof Javascript函数。
您也可以尝试使用getNumberFormats,但这次使用的是Google Apps脚本。这些是我能想到的可能方式。