examples/ruby-versions/pruning-ruby/sheets/sheet1.rb in rubyfromexcel-0.0.13 vs examples/ruby-versions/pruning-ruby/sheets/sheet1.rb in rubyfromexcel-0.0.16
- old
+ new
@@ -12,7 +12,9 @@
def a8; "Indirect table"; end
def b8; @b8 ||= sheet2.a('c22','c22'); end
def a9; "table1"; end
def b11; "B"; end
def a13; "Indirect table 2"; end
+ def a15; "Arraying formula"; end
+ def b15; @b15 ||= sheet3.e6; end
end