Skip to main content
Module

x/sheetjs/demos/function/AzureHTTPTrigger/function.json

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
File
{ "disabled": false, "bindings": [ { "authLevel": "function", "type": "httpTrigger", "direction": "in", "dataType": "binary", "name": "req" }, { "type": "http", "direction": "out", "name": "res" } ]}