Skip to content

Google Sheets#

ใช้ Google Sheets node เพื่อทำงานอัตโนมัติใน Google Sheets และรวม Google Sheets เข้ากับแอปพลิเคชันอื่นๆ n8n มีการรองรับฟีเจอร์ต่างๆ ของ Google Sheets ในตัว รวมถึงการสร้าง, อัปเดต, ลบ, เพิ่มต่อท้าย, ลบออก และดึงข้อมูลเอกสาร

ในหน้านี้ คุณจะพบรายการ operations ที่ Google Sheets node รองรับ และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม

Credentials

อ้างอิงถึง Google Sheets credentials สำหรับคำแนะนำในการตั้งค่าการยืนยันตัวตน

Operations#

  • Document
    • Create: สร้าง spreadsheet
    • Delete: ลบ spreadsheet
  • Sheet Within Document
    • Append or Update Row: เพิ่มแถวใหม่ หรืออัปเดตแถวปัจจุบันหากมีอยู่แล้ว
    • Append Row: สร้างแถวใหม่
    • Clear: ล้างข้อมูลทั้งหมดออกจาก sheet
    • Create: สร้าง sheet ใหม่
    • Delete: ลบ sheet
    • Delete Rows or Columns: ลบคอลัมน์และแถวออกจาก sheet
    • Get Row(s): อ่านทุกแถวใน sheet
    • Update Row: อัปเดตแถวใน sheet

Templates and examples#

Scrape business emails from Google Maps without the use of any third party APIs

by Akram Kadri

View template details
Automated Web Scraping: email a CSV, save to Google Sheets & Microsoft Excel

by Mihai Farcas

View template details
Fully Automated AI Video Generation & Multi-Platform Publishing

by Juan Carlos Cavero Gracia

View template details
Browse Google Sheets integration templates, or search all templates

อ้างอิงถึง Google Sheet's API documentation สำหรับข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้

Common issues#

สำหรับคำถามหรือปัญหาทั่วไปและแนวทางแก้ไขที่แนะนำ โปรดอ้างอิงถึง Common issues

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.