Skip to content

This is an electron app that parse xlsx document into a json text

Notifications You must be signed in to change notification settings

Vesloo/xlsx-to-json

Repository files navigation

Simple xlsx to json converter

Contribution welcome

No need to configure file_path anymore, everything works in local

To use it start by installing the dependencies:

npm i

You are almost done, now compile it into an app (windows,mac,linux) For windows

npm run dist:win

For mac

npm run dist:mac

For linux

npm run dist:linux

This will create an executable

Run the executable

Added dynamic columns feature. Choose the name and the type of your xlsx file.

Directly download the exe (windows only atm): xlsx-to-json

About

This is an electron app that parse xlsx document into a json text

Resources

Stars

Watchers

Forks

Packages

No packages published