CSV to html makes it easy to fetch content from csv-file and put content from that file and display the html on page with single shortcode..
If you created files to use with Visualizer Plugin, those are formatted in specific way and if you have saved the csv-file from excel, the csv looks different.
CSV to html handles both these types and it's fairly easy to extend the plugin to use other mechanisms to identify specific type of format of the csv-file ..
It's possible to fetch information from csv files from webservers upload folder or from source ..
Upload the folder csvtohtml to the ` wp-content plugins directory, or install the plugin through the WordPress plugins screen directly..
Put shortcode on the WordPress post or page you want to display it on and add css to change layout for those...
It 's possible to include full url instead of filename to fetch external csv files. csv delimiter what delimiter to use in each line of csv exclude cols What columns to exclude in html table.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Example If used together with the tablesorter plugin you can add class called tablesorter and combine these two plugins to create a tablesorted html table generated from csv file in realtime.. 1.0.4.
CURL are used to fetch csv files from external sources, but if CURL is not installed, then php's file function is used but that requires that the server has allow url fopen enabled.. 1.0.
Read more