excel-as-json
excel-as-json copied to clipboard
npm package that converts excel data to json
Hi, I'm using this project to automatically process some excel files in node. So far it's been very useful, but I'm having a little trouble due to having to provide...
When using nested fields like: furtherInformation.icon | furtherInformation.description | button.title | button.link -- | -- | -- | -- **excel-as-json creates:** ``` { "furtherInformation": {}, "button": {} }, { "furtherInformation":...
Ex: ``` My Nam | Date of Birth ...... | ............ --- // Output [ {otherName:......, dob:....} ]
Hi, I've got an excel file like this: | A | B | |----------------------|-----| | settings.layout[0][] | [i] | | settings.layout[0][] | [e] | | settings.layout[0][] | [ɛ] | |...
If you (or someone else coming from Google) are ever gonna rewrite this in javascript. I dropped the `fs` part but the rest works like this. This could be left...
I added support for reading CSV files. This will provide better support for users who want to use this module with the option of the alternative spreadsheet format. The changes...