# File lib/spreadsheet/biffwriter.rb, line 17
   def prepend(*args)
      @data = args.join << @data
      @datasize += args.join.length
   end