The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
csv2table 0.2-b-2.8
This plugin loads a CVS file (e.g. created using Excel) and creates a table with the contents in that CVS file. [ update.txt-> 2009.1.10 / Samples / test where , classifyByCol| testing ThemeRoller ]
== 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-2.8.zip
