Sha256: 3344508f764deec803fc43e81e2ae78d135f529796fb1c85dd87c1cc538f0b7e

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

require 'to_xls/array_writer.rb'

class Array
  # Options for to_xls: columns, name, header, sheet
  def to_xls(options = {})
    ToXls::ArrayWriter.new(self, options).write_string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
to_xls-1.0.0 lib/to_xls/array_patch.rb