Sha256: 4ea6e6f943334f79b25d67f4b12ca6a9fc458ba84d64c44b9d8c5672d99eb520
Contents?: true
Size: 187 Bytes
Versions: 2
Compression:
Stored size: 187 Bytes
Contents
require 'to_xls/writer.rb' module Enumerable # Options for to_xls: columns, name, header, sheet def to_xls(options = {}) ToXls::Writer.new(self, options).write_string end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
to_xls-1.5.1 | lib/to_xls/enumerable_patch.rb |
to_xls-1.5.0 | lib/to_xls/enumerable_patch.rb |