Sha256: cc2a8130d1332a7fbbb2975c47b435649759594ebd275ff59c91e5da83febb5e

Contents?: true

Size: 296 Bytes

Versions: 103

Compression:

Stored size: 296 Bytes

Contents

module Spreadsheet
  ##
  # Formula implementation. At the moment this is just a placeholder.
  # You may access the last calculated #value, other attributes are needed for
  # writing the Formula back into modified Excel Files.
  class Formula
    attr_accessor :data, :value, :shared
  end
end

Version data entries

103 entries across 103 versions & 7 rubygems

Version Path
spreadsheet-0.6.3 lib/spreadsheet/formula.rb
spreadsheet-0.6.1.8 lib/spreadsheet/formula.rb
spreadsheet-0.6.3.1 lib/spreadsheet/formula.rb