How to get only recalculated cells from a google spreadsheet via Google spreadsheet API (gdata)

自古美人都是妖i 提交于 2019-11-27 08:41:15

问题


Gdata offers a way to get only changed cells from a google spreadsheet, based on a time stamp. How should I create the time stamp for the Gdata call?

i.e. "Only entries with a published time equal to or later than the specified timestamp will be returned." setPublishedMax() https://developers.google.com/gdata/javadoc/com/google/gdata/client/Query#setPublishedMax(com.google.gdata.data.DateTime)

Is there are a way to pull the current time from the server? If I create a local time stamp, how can I sync it, what time zone?


回答1:


not possible, it produces:

com.google.gdata.util.ServiceForbiddenException: OK This service does not support the updated-min

issue is here: https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=1388



来源:https://stackoverflow.com/questions/15079715/how-to-get-only-recalculated-cells-from-a-google-spreadsheet-via-google-spreadsh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!