Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

csv2table 0.0.2-b-1.4


Download: jquery.csv2table-0.02-b-1.4.js.txt
Size: 10.67 KB
md5_file hash: c597357589069b89364d59c6e8814ef1
First released: March 7, 2008 - 6:08pm

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,98

Samples | Load CSV and draw Chart(use jQchart)|
csv2table-0.02-b-1.zip