Module: WinExcel

Defined in:
lib/winexcel/excel_file.rb,
lib/winexcel.rb,
lib/winexcel/version.rb,
lib/winexcel/excel/xl_file_format.rb,
lib/winexcel/core_ext/ordered_hash.rb,
lib/winexcel/excel_file/other_methods.rb,
lib/winexcel/excel_file/common_methods.rb,
lib/winexcel/excel_file/write_2D_array.rb

Overview

Excel interface class. This class provides many simple methods for using Excel spreadsheets.

Inner working: If the File is already open in excel, data is read from the open file and left open after the call to the close/finalize method. If the file is not open, It will be opened in the background and closed when the close/finalize method is called.

For examples look at the examples folder as well as Cucumber/RSpec files in features and spec directories

Information for developers:

It is helpful to use COM/Win32OLE tracking tool like "oakland ActiveX Inspector"
to clearly see what Excel instances are beeing created

Defined Under Namespace

Modules: CoreExt, Excel Classes: ExcelFile

Constant Summary collapse

VERSION =
"0.0.1"