🇻🇳
GPM Automate VI
  • NO-CODE AUTOMATION
    • Một số biến mặc định
    • Các block
      • Normal block
      • For
      • While
      • If
      • Else if
      • Else
    • Variables
      • Set variable
      • Increase variable
      • Decrease variable
      • Count
    • Workflow
      • Exit loop
      • Next loop
      • Delay
    • Text & number
      • Random text
      • Split text
      • Read json
      • Random number
      • Math execute
      • 2FA code
  • File & Folder
    • File exists
    • Copy file
    • Move/rename file
    • Delete file
    • File read all text
    • File read all lines
    • File write all text
    • File append line
    • Read excel file
    • Write excel file
    • Append excel file
    • Folder exists
    • Create folder
    • Move / rename folder
    • Delete folder
    • Folder get file list
  • Clipboard
    • Get clipboard text
    • Set clipboard text
  • HTTP
    • HTTP Request
    • HTTP Download
  • Image Search
    • Wait to image
    • Image exists
    • Image search
    • Ví dụ kết hợp
  • AI
    • ChatGPT
  • Mail
    • Read mail code
    • Read outlook (Oauth2)
  • Navigation
    • New tab
    • Active tab
    • Close tab
    • Go to URL
    • Back URL
    • Reload
    • Get URL
    • Wait URL Changed
  • Element
    • Wait element
    • Get element attribute
    • Get element text
    • Count element
  • Mouse
    • Mouse click
    • Mouse try to click
    • Mouse move
    • Mouse press and hold
    • Mouse release
    • Mouse scroll
  • Keyboard
    • Key press
    • File upload
    • Select dropdown
  • Scroll
    • Random scroll
    • Scroll to top
    • Scroll to bottom
    • Scroll to element
  • Switch
    • Switch to default
    • Switch to frame
    • Switch to popup
  • Cookie
    • Import cookie
    • Export cookie
  • Alert
    • Accept alert
    • Cancel alert
  • Javascript
    • Execute JS code
    • Get extension id
  • References
    • Call function
  • Google service
    • Read google sheet
    • Write google sheet
Powered by GitBook
On this page
  1. Google service

Write google sheet

Ghi dữ liệu lên trên google sheet

PreviousRead google sheet

Last updated 1 month ago

Credential file: Chọn file xác thực tài khoản Google (file có đuôi là JSON). Cách tạo file này vui lòng xem video bên dưới. Mục đích dùng để kết nối với google sheets, xác thực và cấp quyền cho automate đọc ghi nội dung lên google sheet. Link video: https://www.youtube.com/watch?app=desktop&v=BLPN5d_wDL4 File ID: ID của file google sheets (nhằm xác định file google sheet nào cần đọc, ghi dữ liệu). Cách lấy ID như sau:

Sheet ID: Số thứ tự của sheet cần đọc trong file excel (bắt đầu từ 0, tính từ trái qua phải).

Column Name or Index: Tên cột, bắt đầu từ A, B, C,.. hoặc index bắt đầu từ 1 (cột 1). Row Index: Bắt đầu từ 1 (hàng 1). Value: Giá trị bạn cần ghi lên google sheets

Cách lấy ID của file Google Sheet (phần khoanh đỏ)