Files
Plastic-Raspi-5/node_modules/node-red-contrib-spreadsheet-in/locales/en-US/sheet-to-json.json

27 lines
741 B
JSON

{
"sheet-to-json": {
"label": {
"raw": "Data type",
"range": "Range",
"header": "Header",
"blankrows": "Blank rows",
"sheetObject": "Sheet object",
"cellValues": "Cell values"
},
"placeholder": {
"range": "A1:B2"
},
"raw": {
"false": "Formatted text",
"true": "Raw values"
},
"header": {
"1": "Generate an array of arrays",
"A": "Row object keys are literal column labels",
"default": "Read and disambiguate first row as keys"
},
"blankrows": {
"include": "Include blank lines in the output"
}
}
}