# File lib/spreadsheet/format.rb, line 188
   def strikeout=(val)
      val = 1 if val == true
      val = 0 if val == false
      @strikeout = val
   end