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