excel-as-json icon indicating copy to clipboard operation
excel-as-json copied to clipboard

npm package that converts excel data to json

Results 16 excel-as-json issues
Sort by recently updated
recently updated
newest added

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":...

enhancement

Ex: ``` My Nam | Date of Birth ...... | ............ --- // Output [ {otherName:......, dob:....} ]

enhancement

Hi, I've got an excel file like this: | A | B | |----------------------|-----| | settings.layout[0][] | [i] | | settings.layout[0][] | [e] | | settings.layout[0][] | [ɛ] | |...

enhancement

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...