01 POSTS

Automation 1

  • #python#automation

    업무 자동화 (1) - 구글 스프레드 시트 API 활용하기

    구글 스프레드 시트를 파이썬에서 조작해보자. 내가 할일은 1. 스프레드시트를 읽고 2. 스프레드시트에 쓰는 두가지 작업이다. ```python import pickle import os.path from googleapiclient.discovery import build from google_auth_oauthlib.flow import Installe...

    3분