Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 SmartSheet 工作表中读取单元格的值,但希望修改列中的 DateTime 信息为数字。API 参考说我可以设置 numericDates=true 来完成此操作,但我无法弄清楚如何或在何处从 java 中包含/设置它。
根据文档, numericDates 是一个查询字符串参数,因此您可以将其附加到 URL 的末尾,如下所示:
GET https://api.smartshhet.com/2.0/sheets/12345?numericDates=true