简体   繁体   English

有没有一种方法可以使用Python在Google电子表格上自动生成图表?

[英]Is there a way generate a chart on google spreadsheet automatically using Python?

Is there a way generate a chart on google spreadsheet automatically using Python? 有没有一种方法可以使用Python在Google电子表格上自动生成图表? I checked gspread. 我检查了gspread。 There seems no api for making charts. 似乎没有用于制作图表的API。

Thanks~ 谢谢〜

AFAIK, no. AFAIK,不。 There is no way to do this with python. 没有办法用python做到这一点。

Google-apps-script can do this, but the spreadsheet-api (Gdata) can't. Google-apps-script可以执行此操作,但电子表格api(Gdata)无法执行。

You can make a call from Python to Google-apps-script and pass parameters. 您可以通过Python调用Google-apps-script并传递参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM