Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 545 Bytes

tablor

An npm module for interpreting features of a spreadsheet which include reading,manipulating,importing and exporting tabular datasets.

Development details

  • Currently entire logic is presented in index.js and some helper functions in utils.js
  • app.js imports index.js - app.js is used for testing code written in index.js
  • sample-program.js contains the code which at the end user would write using our library.

Note: Currently I'm completely busy with my office work. Will start working on it as soon as I can!