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