デモ一覧へ
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スプレッドシートを確認 — データが自動で追加されます!
How it works / 仕組み
-
Your Excel is parsed on the server (Node.js + xlsx library)
サーバーでExcelを読み込み(Node.js + xlsxライブラリ)
-
Rows are sent to an n8n webhook as JSON
行データをJSONとしてn8nのWebhookに送信
-
n8n splits the array and appends each row to Google Sheets
n8nが配列を分割し、1行ずつGoogleスプレッドシートに追記