| You can use CSV data to populate a table from HTML. But you'll need to have a HTML template.
But I suggest you to study some programming language because CSV is a text file and follows ANSI standard so reading it will not be a problem. You just have to think of some questions as Number of columns? Which column is which in the file and how should you place it at the HTML page? The number of lines of this CSV file because if it has more than ten thousand lines how would your page looks like? |