2.0.0 • Published 5 years ago

csv-cell-editor v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

CSV CELL EDITOR

This package is used for editing the content of cell from a csv file.

Installation

Csv Cell Editor requires Node.js v4+ to run.

$ npm install csv-cell-editor

Example

let csvEditor = require('csv-cell-editor');

let options = {      
    fileName: '../example.csv',     //absolute file path        
    cellAddress: 'H4',              //cellAddress   
    cellValue: 'valueToUpdate',     //cellValue      
};         
csvEditor(options);

License

ISC

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago