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