การจัดการข้อมูลใน Google Sheet ด้วย Python (ใหม่ 2020)
::วิธีดาวน์โหลดและติดตั้งโปรแกรมไพทอน
https://www.dcrub.com/python-idle-pycharm
::ขั้นตอนการทำตามคลิป
1.สร้างโปรเจกต์ที่ https://console.cloud.google.com/
2.เปิดใช้งาน google drive API
3.สร้างข้อมูลรับรองสำหรับ google drive API
4. ดาวน์โหลดไฟล์ json เก็บไว้ที่คอมฯ
5.เปิดใช้งาน google sheet API
6. แชร์ google sheet ด้วยอีเมล
7.ติดตั้งโมดูลด้วย pip (ให้ไปติดตั้งที่ Command Promt) ...คำสั่งติดตั้ง คือ pip install gspread oauth2client
::คำสั่ง
import gspread
from oauth2client.service_accou...
https://www.dcrub.com/python-idle-pycharm
::ขั้นตอนการทำตามคลิป
1.สร้างโปรเจกต์ที่ https://console.cloud.google.com/
2.เปิดใช้งาน google drive API
3.สร้างข้อมูลรับรองสำหรับ google drive API
4. ดาวน์โหลดไฟล์ json เก็บไว้ที่คอมฯ
5.เปิดใช้งาน google sheet API
6. แชร์ google sheet ด้วยอีเมล
7.ติดตั้งโมดูลด้วย pip (ให้ไปติดตั้งที่ Command Promt) ...คำสั่งติดตั้ง คือ pip install gspread oauth2client
::คำสั่ง
import gspread
from oauth2client.service_accou...
216.73.217.48