Im building an html form which shows price for traveling from destination1 to destination2
The trouble is, 'price' is stored in an excel file (which can be changed to almost any format) so is there any way to use javascript to find price from destination1 to destination2?
Im afraid i cant post any code upfront (probably because i have no clue where to start)