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