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.
Comments are closed.