examples/a_simple.rb in write_xlsx-1.00.0 vs examples/a_simple.rb in write_xlsx-1.01.0

- old
+ new

@@ -5,10 +5,10 @@ # # A simple example of how to use the Excel::Writer::XLSX module to # write text and numbers to an Excel xlsx file. # # reverse(c), March 2001, John McNamara, jmcnamara@cpan.org -# convert to ruby by Hideo NAKAMURA, cxn03651@msj.biglobe.ne.jp +# convert to ruby by Hideo NAKAMURA, nakamura.hideo@gmail.com # require 'write_xlsx' # Create a new workbook called simple.xls and add a worksheet