How to Extract Data from Excell to Generate Graphics?

Asked

Viewed 485 times

1

I have an Excell table with 50 rows and 10 columns, containing data students enrolled in a contest. I have to create charts from this data. Could someone suggest a way to extract and work this data in html and javascrit ?

  • http://stackoverflow.com/questions/563670/reading-an-excel-file-in-php

1 answer

5


A good option is to use the D3.js. Uses pure javascript, but if you want you can associate jQuery to facilitate the manipulation of the objects on the page. See here examples of basic maps. You can work with your spreadsheet in excel, save with CSV and use in d3js. You just copy the javascript code on your page, create a Stage (a div for example) and save the CSV file inside a folder of your project. and nothing else. D3 will create the rest for you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.