Dreamweaver: Create HTML tables from CSV files

Using Dreamweaver you can easily create HTML tables from existing—tab or comma delimited—CSV files.

Here is an example CSV file I created using Google Docs.

csv-file

Make sure to save the file as a CSV file.

Create a new HTML file in Dreamweaver and go to File->Import->Tabular Data…

csv-import
  1. Click browse to navigate to the .csv file
  2. Specify table width, cellpadding, cellspacing etc. and press OK
csv-table-settings

And here it is HTML table generated from the CSV file.

csv-html

Related Posts:

  • No Related Posts