From: Robert Klemme Date: 2010-06-01T22:23:09+09:00 Subject: Re: change csv file into html table 2010/6/1 Pen Ttt : > how to do it ? Open a file for writing, use a CSV library to read the CSV file, write each record as HTML to the opened file (potentially using another library, e.g. CGI or ERB) and be done. What did you try so far? Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/