SWDesk

[Python] Save DataFrame Data into Google Spreadsheet

inhae 2021. 6. 16. 16:33
  • 구글 스프레드 시트의 특정 시트(아래 예제에서 ws1)에 DataFrame 형식의 데이터(아래 예제에서 newProductDF)를 저장하는 프로그램

 

<Main Source>

                set_with_dataframe(ws1, newProductDF)

 

반응형