我知道从Google表格电子表格中读取JSON的网址格式,如下所示:
https://spreadsheets.google.com/feeds/cells/[sheet_id]/[sheet_number]/public/basic?alt=json
是否有类似的网址格式可以从Google文档文档中读取JSON数据?
答案 0 :(得分:2)
我找到了答案,以防其他人遇到此问题:
https://docs.google.com/feeds/download/documents/export/Export?id=[document_id]&exportFormat=[format]
[format]
可以是txt
,html
或pdf
。
干杯!