module Excel
Constants
- VERSION
Public Class Methods
cell()
click to toggle source
# File lib/excel/sheet.rb, line 2 def self.cell return 'A1' end
row()
click to toggle source
# File lib/excel/sheet.rb, line 6 def self.row return 'row' end