excel_to_json 1.0.0-dev excel_to_json: ^1.0.0-dev copied to clipboard
A package that allows you to transform your excel to JSON
excel_to_json #
A package that allows you to transform your excel to the following format:
- Excel To JSON
Getting Started #
At current the package allows you to use the following function (note: currently xlsx file type gives perfect results):
1.convert()
#
- automatically lets you pick an excel file and returns a string containing the entire converted json
For implementation have a look at the attached example file in the github repository.