
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
node-excel-to-json
Advanced tools
Turn any xls or xlsx file into a clean JSON file or Javascript Object. This module is npm module 'XLXS' Pure-JS cleanroom implementation from official specifications and related documents.
Supported read formats:
$ npm install node-excel-to-json
excel2Json(fileName, [options], callback)
Where
{ convert_all_sheet: true, return_type: 'File', sheetName: '' }
callback(error, output)
Example
var excel2Json = require('excel2json');
excel2Json('sample.xls', function(err, output) {
});
excel2Json('../test/sample.xls', {
'convert_all_sheet': false,
'return_type': 'File',
'sheetName': 'survey'
}, function(err, output) {
});
FAQs
convert a spread sheet into JSON into tabular form
The npm package node-excel-to-json receives a total of 395 weekly downloads. As such, node-excel-to-json popularity was classified as not popular.
We found that node-excel-to-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.