デモ一覧へ

Demo 5

Excel → Google Sheets

Upload an Excel file and watch the rows appear automatically in Google Sheets — no copy-paste needed. Excelをアップロードすると、行データが自動でスプレッドシートに追加されます。コピー&ペースト不要。

1
Download the sample Excel file (or use your own .xlsx with columns: Name, Company, Email, Phone, Notes) サンプルExcelをダウンロード(または同じ列名の自分のファイルを使用)
2
Upload the file below 下のエリアにファイルをアップロード
3
Check Google Sheets — your rows appear automatically! Googleスプレッドシートを確認 — データが自動で追加されます!

Drop your .xlsx file here, or click to select

ここにファイルをドロップ、またはクリックして選択(.xlsxのみ)
Sample Excel

How it works / 仕組み

  1. Your Excel is parsed on the server (Node.js + xlsx library) サーバーでExcelを読み込み(Node.js + xlsxライブラリ)
  2. Rows are sent to an n8n webhook as JSON 行データをJSONとしてn8nのWebhookに送信
  3. n8n splits the array and appends each row to Google Sheets n8nが配列を分割し、1行ずつGoogleスプレッドシートに追記