# File lib/spreadsheet/worksheet.rb, line 54 def data if @data && @data.length > 0 tmp = @data @data = "" return tmp end end