I want to import data from excel to my javascript file

i have a supermarket so in my unity project i need to change the price of some toys or televisions or something like that … so i want to just writing the price in excel and my javascript file attached to a product update automatically the new number … so when i click to build i want to find the new prices.

Sorry and thx :stuck_out_tongue:
[3654-sans+titre.png|3654]

[3655-sans+titre2.png|3655]

You’ll have to have your excel file parsed and read by your program. I probably won’t do it with JS, as I’m sure you can find some C# / .Net packages that will allow you to parse an excel file.