class RubyXL::Writer::StylesWriter

Public Instance Methods

filepath() click to toggle source
# File lib/rubyXL/writer/styles_writer.rb, line 5
def filepath
  File.join('xl', 'styles.xml')
end
ooxml_object() click to toggle source
# File lib/rubyXL/writer/styles_writer.rb, line 9
def ooxml_object
  @workbook.stylesheet
end