Dia antes primera install

This commit is contained in:
2025-12-08 15:20:28 -06:00
commit 1416478c9c
4130 changed files with 886376 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"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"
}
}
}