[問題] 請問如何連結google sheet

作者: Brahms5566 (Brahms)   2021-01-24 00:43:59
各位大大好!
寫了一支程式打算用來更新google sheet的資料
一直卡在連結google sheet這關
現在的做法是python先跑完資料, 再手動貼上google sheet
步驟如下:
1. 先刪掉原本google sheet的內容, 但條件化格式設定還在
(原本的檔案已經手動設定好每一欄位的格式)
2. 手動貼上新的python跑好的資料(存成excel檔)
我查過有gspread和pygspread可以用, 但一直失敗..
在python的原始表格是dataframe
請問要怎麼寫才能直接把dataframe更新到google sheet上,
且保留原始檔案的條件化格式?
謝謝!!
作者: Starcraft2 (來自星海的你)   2021-01-24 03:43:00
手動貼感覺有點累啊 你用pygspread遇到什麼錯誤找個Google官方的Sheet API或者是網路上別人包好的pkghttps://github.com/aiguofer/gspread-pandas應該不會寫得太久
作者: ToastBen (吐司邊)   2021-01-24 13:41:00
Google App Script?
作者: chih (嘯天)   2021-01-24 21:54:00
gspread+ServiceAccountCredentials我是參考 https://ithelp.ithome.com.tw/articles/10212925
作者: Brahms5566 (Brahms)   2021-01-24 23:19:00
謝謝各位, 我再試試看!

Links booklink

Contact Us: admin [ a t ] ucptt.com