examples/merge3.rb in writeexcel-1.0.1 vs examples/merge3.rb in writeexcel-1.0.2

- old
+ new

@@ -22,10 +22,9 @@ # Increase the cell size of the merged cells to highlight the formatting. [1, 3,6,7].each { |row| worksheet.set_row(row, 30) } worksheet.set_column('B:D', 20) -bp=1 ############################################################################### # # Example 1: Merge cells containing a hyperlink using write_url_range() # and the standard Excel 5+ merge property. #