module RubyXL::LegacyCell

Public Instance Methods

workbook() click to toggle source
# File lib/rubyXL/cell.rb, line 4
def workbook
  @worksheet.workbook
end