class Axlsx::Cfvos

first two items
A collection of Cfvo objects that initializes with the required

def initialize

def initialize
  super(Cfvo)
end

def to_xml_string(str = '')

Returns:
  • (String) -

Parameters:
  • str (String) --
def to_xml_string(str = '')
  each { |cfvo| cfvo.to_xml_string(str) }
end