The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "ArunRoo \u2013 Monthly Setup",
"nodes": [
{
"parameters": {},
"id": "Manual",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
280,
300
]
},
{
"parameters": {
"filePath": "./schedules/calendar_30d.xlsx",
"binaryPropertyName": "data"
},
"id": "ReadCal",
"name": "Read Binary File (calendar)",
"type": "n8n-nodes-base.readBinaryFile",
"typeVersion": 1,
"position": [
520,
300
]
},
{
"parameters": {
"operation": "toJson",
"binaryPropertyName": "data",
"options": {
"headerRow": true
}
},
"id": "SheetJSON",
"name": "Spreadsheet \u2192 JSON",
"type": "n8n-nodes-base.spreadsheetFile",
"typeVersion": 1,
"position": [
760,
300
]
},
{
"parameters": {
"functionCode": "// \u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07: \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 postmap \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33 \u0e41\u0e25\u0e49\u0e27\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c\u0e43\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e16\u0e31\u0e14\u0e44\u0e1b\nreturn items;"
},
"id": "FuncPlan",
"name": "Function \u2013 plan 30 days",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
1000,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Read Binary File (calendar)",
"type": "main",
"index": 0
}
]
]
},
"Read Binary File (calendar)": {
"main": [
[
{
"node": "Spreadsheet \u2192 JSON",
"type": "main",
"index": 0
}
]
]
},
"Spreadsheet \u2192 JSON": {
"main": [
[
{
"node": "Function \u2013 plan 30 days",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ArunRoo – Monthly Setup. Uses readBinaryFile, spreadsheetFile. Event-driven trigger; 4 nodes.
Source: https://github.com/siango/KnowingMindApp/blob/4661f858270e661ceef9d49bc483361bbeeba6aa/ArunRoo/automation/n8n/arunroo_monthly_setup.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Working With Excel Spreadsheet Files Xls Xlsx. Uses stickyNote, readBinaryFile, manualTrigger, writeBinaryFile. Event-driven trigger; 24 nodes.
This workflow will help guide you through obtaining a spreadsheet file, reading it, making a change then saving it to local or cloud storage.
Automates extraction of wall quantities from Revit models and creates a professional interactive HTML report. Automated wall quantity analysis Calculates volumes by wall type ("Type Name") Generates i
Readbinaryfile. Uses manualTrigger, emailSend, readBinaryFile, spreadsheetFile. Event-driven trigger; 6 nodes.
A workflow to send personalized emails with respective attachment.