Google Sheets#
ใช้ Google Sheets node เพื่อทำงานอัตโนมัติใน Google Sheets และรวม Google Sheets เข้ากับแอปพลิเคชันอื่นๆ n8n มีการรองรับฟีเจอร์ต่างๆ ของ Google Sheets ในตัว รวมถึงการสร้าง, อัปเดต, ลบ, เพิ่มต่อท้าย, ลบออก และดึงข้อมูลเอกสาร
ในหน้านี้ คุณจะพบรายการ operations ที่ Google Sheets node รองรับ และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม
Credentials
อ้างอิงถึง Google Sheets credentials สำหรับคำแนะนำในการตั้งค่าการยืนยันตัวตน
Operations#
- Document
- 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#
Related resources#
อ้างอิงถึง 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:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.