jQuery: The Write Less, Do More JavaScript Library

Releases for csv2table

csv2table 0.02-b-1.6

Download: jquery.csv2table-0.02-b-1.6.js.txt
Size: 11.91 KB
md5_file hash: 3d4b26baff3fc68d1ea90c5b42671bb1
First released: March 18, 2008 - 6:37am

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

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

csv2table 0.02-b-1.3

Download: jquery.csv2table-0.02-b-1.3.js.txt
Size: 9.85 KB
md5_file hash: 2a2c190f87d64d2d2d5d09ba4f9fb445
First released: March 7, 2008 - 12:54pm

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

csv2table 0.02-b-1.2

Download: jquery.csv2table-0.02-b-1.2.js.txt
Size: 9.46 KB
md5_file hash: 8314eb1ef600744805824cac7b23019e
First released: March 3, 2008 - 5:01pm

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

csv2table 0.02-b-1.1

Download: jquery.csv2table-0.02-b-1.1.js.txt
Size: 9.44 KB
md5_file hash: 92c98ab6c0e7b45e680205d717d216eb
First released: March 2, 2008 - 5:05pm

It has already updated.
see csv2table
v002 Samples

csv2table 0.02-b-1

Download: jquery.csv2table-0.02-b-1.0.js.txt
Size: 9.36 KB
md5_file hash: 05a8762bc86f3dda7d3a417e38c2ad36
First released: March 1, 2008 - 6:23pm

It has already updated.
see csv2table
v002 Samples

csv2table 0.01-beta-7

Download: jquery.csv2table0.01-beta-7.js.txt
Size: 7.26 KB
md5_file hash: f02f49ac7445c5f08d538ca776fde5f4
First released: February 27, 2008 - 7:52am

Changed default col sepaleter(setting.col_sep) to "," from "\t" . on version 0.01-beta-7.

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('./test/data/utf8/Book12.csv');
});
</script>

== Mini sample 2 ==
<div id="view2"></div>
<script type="text/javascript">
$(function(){
       $('#view2').csv2table('./test/data/utf8/Book12.csv',{
             col_sep : '\t',
             onload  : function(contents,op,data){
                         $('tr:even',contents).css('background','#eee')
                       }
       });
});
</script>

Samples | Load CSV and draw Chart--with jQchart

csv2table 0.01-beta-6

Download: jquery.csv2table0.01-beta-6.js_0.txt
Size: 7.22 KB
md5_file hash: f2910531fbd6f3b653b1a8f62a1e15dc
First released: February 25, 2008 - 4:26pm
Last updated: February 25, 2008 - 4:32pm

It has already updated it to v0.02
see csv2table
v002 Samples

csv2table 0.01-beta-5

Download: jquery.csv2table0.01-beta-5.js_1.txt
Size: 7.1 KB
md5_file hash: d32a5f4f9f1f5e8961fb6848c21636bf
First released: February 25, 2008 - 3:26pm
Last updated: February 25, 2008 - 3:29pm

This version 0.01-beta-5 has bug.
see csv2table