Protected InternalReads Excel files and converts to JSON
The action parameters containing:
Array of objects (if headers) or array of arrays
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private columnPrivate extractProtected getGet boolean parameter value with default
Private getProtected getGet file content from various sources based on parameters Priority: FileID > FileURL > Data parameter
Action parameters
Name of the parameter containing direct data
Name of the parameter containing file ID (default: 'FileID')
Name of the parameter containing file URL (default: 'FileURL')
Object with content and metadata
Protected getGet numeric parameter value with default
Protected getExtract parameter value by name (case-insensitive)
Private isProtected saveSave file to MJ Storage
Action that reads Excel files and converts them to JSON format Supports multiple sheets, ranges, and various data types
Example