class RubyXL::CellXFs

www.datypic.com/sc/ooxml/e-ssml_cellXfs-1.html

Public Class Methods

default() click to toggle source
# File lib/rubyXL/objects/stylesheet.rb, line 84
def self.default
  self.new(:_ => [
             RubyXL::XF.new(
               :num_fmt_id => 0, :font_id => 0, :fill_id => 0, :border_id => 0, :xfId => 0
             )
           ])
end