class RubyXL::CorePropertiesFile

def creator=(v)

def creator=(v)
  self.dc_creator = RubyXL::StringNodeW3C.new(:value => v)
end