# File lib/spreadsheet/excel/writer/worksheet.rb, line 785
  def write_saverecalc
    # 0 = Do not recalculate; 1 = Recalculate before saving the document
    write_op 0x005f, [1].pack('v')
  end