Module: ExcelToCsv

Defined in:
lib/exceltocsv/version.rb,
lib/exceltocsv/win_excel.rb,
lib/exceltocsv/excel_file.rb,
lib/exceltocsv/excel_app_wrapper.rb,
lib/exceltocsv/cross_platform_excel.rb

Overview

File

excel_app_wrapper.rb

Purpose

Excel Application Wrapper base class

Author

Jeff McAffee 06/03/2014

Copyright

Copyright © 2014, kTech Systems LLC. All rights reserved.

Website

ktechsystems.com

Defined Under Namespace

Classes: CrossPlatformExcel, ExcelAppWrapper, ExcelFile, WinExcel

Constant Summary collapse

VERSION =
"0.2.1"
APPNAME =
"ExcelToCsv"
"Copyright (c) 2014, kTech Systems LLC. All rights reserved."

Class Method Summary collapse

Class Method Details

.logoObject



10
11
12
13
14
15
# File 'lib/exceltocsv/version.rb', line 10

def self.()
  return  [ "#{ExcelToCsv::APPNAME} v#{ExcelToCsv::VERSION}",
            "#{ExcelToCsv::COPYRIGHT}",
            ""
          ].join("\n")
end