@nerme/n8n-nodes-converter-documents-xlsx
Version:
Enhanced n8n document converter with Excel row/column preservation. Converts DOCX, XML, YML, XLS, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS to JSON/text. Features toggleable original Excel row numbers and proper column letter mapping.
22 lines • 465 B
JSON
{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npx tsc:*)",
"Bash(npx typescript:*)",
"Bash(npx:*)",
"Bash(npm install:*)",
"Bash(npm test)",
"Bash(node:*)",
"Bash(rm:*)",
"Bash(npm run lint)",
"Bash(npm run version:minor:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npm version:*)",
"Bash(npm publish:*)",
"Bash(npm:*)"
],
"deny": []
}
}