Module: RubyXL::LegacyCell
- Included in:
- Cell
- Defined in:
- lib/rubyXL/cell.rb
Instance Attribute Summary collapse
-
#formula ⇒ Object
Returns the value of attribute formula.
-
#worksheet ⇒ Object
Returns the value of attribute worksheet.
Instance Method Summary collapse
Instance Attribute Details
#formula ⇒ Object
Returns the value of attribute formula.
15 16 17 |
# File 'lib/rubyXL/cell.rb', line 15 def formula @formula end |
#worksheet ⇒ Object
Returns the value of attribute worksheet.
15 16 17 |
# File 'lib/rubyXL/cell.rb', line 15 def worksheet @worksheet end |
Instance Method Details
#workbook ⇒ Object
17 18 19 |
# File 'lib/rubyXL/cell.rb', line 17 def workbook @worksheet.workbook end |