Module: Excel
- Defined in:
- lib/excel/sheet.rb,
lib/excel/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.cell ⇒ Object
2 3 4 |
# File 'lib/excel/sheet.rb', line 2 def self.cell return 'A1' end |
.row ⇒ Object
6 7 8 |
# File 'lib/excel/sheet.rb', line 6 def self.row return 'row' end |