Add button to save json object to file

Hello,
I am new to JavaScript and I am looking for a simple way to convert an excel to json. I have found this post, which parse an excel file. But there is no button to save the object into a local file.

How can I add a button that will save the object parsed (I think is the variable resultEle) into a json file?

Thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.