examples/basic.rb in osheet-0.9.2 vs examples/basic.rb in osheet-0.10.0

- old
+ new

@@ -13,10 +13,11 @@ 'Sally' => ['F', 29, "5'3\"", '132 lbs.'] } # this will dump the above data to a single-sheet workbook w/ no styles +puts "building examples/basic.rb ..." Osheet::Workbook.new { title "basic" worksheet { name "Stats: #{fields.join(', ')}" @@ -68,6 +69,9 @@ } end } end } -}.to_file('examples/basic.xls') \ No newline at end of file +}.to_file('examples/basic.xls') + +puts "open examples/basic.xls" +