Socket
Socket
Sign inDemoInstall

@martip/node-red-xlsx

Package Overview
Dependencies
68
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @martip/node-red-xlsx

Converts between a XLSX formatted stream and its JavaScript object representation, in either direction.


Version published
Maintainers
1
Install size
8.02 MB
Created

Readme

Source

@martip/node-red-xlsx

A Node-RED node that parses a XLSX file and converts it to a JavaScript representation (object or array).

This node uses the read-excel-file package, by catamphetamine.

Install

Either use the Node-RED Menu - Manage Palette - Install, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install @martip/node-red-xlsx

Usage

You pass the content of a XLSX file, as a buffer, in the msg.payload.

Depending on how it's configured, the node outputs a single message or a message for each parsed sheet, containing arrays or objects.

Keywords

FAQs

Last updated on 20 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc