# File lib/spreadsheet/excel/sst_entry.rb, line 37
  def continue offset, size, chars
    @continued_chars -= chars
    @continuations.push [offset, size]
  end