Sha256: 8aa7a7dedc203f1c3cc25d7f4209e3e5947c991522d4ba5a93786c934947efb6

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

module RubyXL
  module Writer

    #TODO
    class CalcChainWriter < GenericWriter
      def filepath
        File.join('xl', 'calcChain.xml')
      end

      def write()
        render_xml do |xml|
          nil
        end
      end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyXL-git-ref-6002046-2.0.0 lib/rubyXL/writer/calc_chain_writer.rb