Click here to Skip to main content
16,016,192 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi ,


I am new to the JavaScript and i am trying to work on the querying the data in excel(comparing using like s we use in SQL). I am able to read the excel sheet but I am not able to read the particular column.


I am working on geographical locations like finding the shortest distance between the two points and finding the coordinates along the routes. I am able to achieve this using JavaScript.

I have the data in excel which contain variables like coordinate, accidents, time,...


Now I want to compare the coordinates which I found along the route with the coordinates in the excel so that I will know how many accidents happened in that particular route.


Can anyone suggest me how to approach this problem??

What I have tried:

I tried to read the excel data using JavaScript but not able to read particular columns and querying the data.
Posted
Updated 3-Nov-16 6:03am
v2

1 solution

 
Share this answer
 
Comments
sr1198 3-Nov-16 12:20pm    
I am able to read the data from excel and save it in an array. The next part is querying the data. Is it possible to query the data using JavaScript like writing the SQL queries
Richard MacCutchan 3-Nov-16 12:41pm    
Sorry I am not sure what you mean. If you can read the data then you should be able to do anything else with it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900