csv2table
February 25, 2008 - 3:19pm — tato
Samples | Load CSV and draw Chart(use jQchart)|
csv2table-0.02-b-1.zip
This Plugin reads the CSV file which you made with Excel and performs the table indication which is a cross browser.
== Mini sample 1 ==
<div id="view1"></div>
<script type="text/javascript">
$(function(){
$('#view1').csv2table('./data/Book12.csv');
});
</script>==Book12.csv ==
" " ,3,4,5,6,7,8,9,10,11,12,1,2
Test1,30,40,25,45,70,55,80,90,65,95,96,88
Test2,12,15,55,30,70,87,55,30,65,76,50,58
Test3,60,43,58,22,38,47,35,67,88,53,92,98Samples | Load CSV and draw Chart(use jQchart)|
csv2table-0.02-b-1.zip
Releases
| Official releases | Date | Size | Links |
|---|---|---|---|
| 0.01-beta-6 | 2008-Feb-25 | 7.22 KB | |
| 0.02-b-1.6 | 2008-Mar-18 | 11.91 KB |