Module: Sheet2hash

Defined in:
lib/sheet2hash.rb,
lib/sheet2hash/errors.rb,
lib/sheet2hash/options.rb,
lib/sheet2hash/version.rb

Overview

Sheet2hash

Author:

  • Wei-Ming Wu

Defined Under Namespace

Modules: Errors, Options Classes: Workbook

Constant Summary collapse

MAJOR =

Major version of Sheet2hash

0
MINOR =

Minor version of Sheet2hash

2
PATCH =

Patch version of Sheet2hash

0
VERSION =

String of version of Sheet2hash

[MAJOR, MINOR, PATCH].compact.join('.')