Sha256: 2427933ac9f11cf1e1c809797405f8946e697f7cec462e38275b5d0186be969a

Contents?: true

Size: 363 Bytes

Versions: 8

Compression:

Stored size: 363 Bytes

Contents

# coding: utf-8
# Inputs
class Sheet3 < Spreadsheet
  def a1; 99.0; end
  def a3; "In result"; end
  def a5; 1.0; end
  def b5; 2.0; end
  def c5; 3.0; end
  def d5; 4.0; end
  def e5; 5.0; end
  def a6_array; @a6_array ||= a('a5','e5'); end
  def a6; @a6 ||= a6_array.array_formula_offset(0,0); end
  def e6; @e6 ||= a6_array.array_formula_offset(0,4); end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubyfromexcel-0.0.23 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.22 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.21 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.20 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.19 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.18 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.17 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
rubyfromexcel-0.0.16 examples/ruby-versions/pruning-ruby/sheets/sheet3.rb