module ExcelToCsv
- 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
Everything is contained in Module ExcelToCsv
Constants
- APPNAME
- COPYRIGHT
- VERSION
Public Class Methods
logo()
click to toggle source
# File lib/exceltocsv/version.rb, line 10 def self.logo() return [ "#{ExcelToCsv::APPNAME} v#{ExcelToCsv::VERSION}", "#{ExcelToCsv::COPYRIGHT}", "" ].join("\n") end