Spreadsheet File (Not Supported)
The Spreadsheet File node is not supported and is rejected when you upload or deploy your agent. Use Extract From File or external services via HTTP Request.
Written By Philippe
Last updated 2 days ago
Spreadsheet File (Not Supported)
Not supported on indie.money. Workflows that use the Spreadsheet File node are rejected when you upload or deploy your agent β it is blocked at validation, not a mid-run failure.
The node depends on the binary xlsx library and Node.js file system APIs that are unavailable in the platform runtime. Use the Extract From File node instead, which reads JSON, Text, XML, CSV, and Base64 (CSV is parsed with a pure-JavaScript parser).
Why Not Supported
- The binary
xlsxlibrary is not available in the platform runtime - Spreadsheet read/write depends on Node.js file system APIs
Alternative
- Read data from spreadsheet: Use the Extract From File node (for supported formats)
- Write data to spreadsheet: Use the HTTP Request node to call an external conversion service, or export as JSON/CSV text