Sha256: d694bff3160de5872bd32a26a066c965531a1eb138507ed9c259c7d31c6fccc8

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

###############################################################################
#
# WriteExcel.
#
# Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file.
#
# Copyright 2000-2008, John McNamara, jmcnamara@cpan.org
#
# original written in Perl by John McNamara
# converted to Ruby by Hideo Nakamura, cxn03651@msj.biglobe.ne.jp
#
require "writeexcel/workbook"

class Spreadsheet
  class WriteExcel < Workbook
    VERSION = "0.1.0"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
writeexcel-0.1.0 lib/writeexcel.rb