DEV Community

Discussion on: Render, update, and transform Excel spreadsheet data into an array of objects using React.js

Collapse
 
imsuvesh profile image
Suvesh K

Thanks, it really helped. Have you found any solution where I can take data from excel and get Json repeatedly or any way to automate this process so we don't have to upload and transform again and again?

Collapse
 
ramonak profile image
Katsiaryna (Kate) Lupachova

Thank you! Happy it helped you!

As for your question, could you please give more details about your specific use case? If I get it right, you can just store JSON object from Excel in Redux store, or in Context, or whatever you are using, and then just get this object from there.