Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

html2csv

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html2csv

CLI tool to convert HTML table element into CSV

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

html2csv

Convert every table in an HTML to a CSV file.

Usage

{ htmlToCSVs } = require ('html2csv');

htmlToCSVs(html, function(err, csvs) {
  console.log(csvs);
});

Command Line Tool

Install html2csv globally.

npm install html2csv -g

Run the conversion with an HTML file as an argument. The csv files will be created in the current directory.

html2csv input.html

License

MIT

Keywords

html

FAQs

Package last updated on 06 Mar 2016

Did you know?

Socket

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