Sha256: 472c60a8246ce14de31ebf07e93d4a422fbb774edf6912231626d0e757cd9ee4

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

module RubyXL
  module Writer
    class StylesWriter < GenericWriter

      def filepath
        File.join('xl', 'styles.xml')
      end

      def ooxml_object
        @workbook.stylesheet
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubyXL-2.3.4 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.3.3 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.3.2 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.3.1 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.3.0 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.2.0 lib/rubyXL/writer/styles_writer.rb
rubyXL-2.1.1 lib/rubyXL/writer/styles_writer.rb