Module: Spreadsheet::Excel::Internals::Biff5
- Defined in:
- lib/spreadsheet/excel/internals/biff5.rb
Overview
Binary Formats and other configurations internal to Biff5. This Module is likely to be expanded as Support for older Versions of Excel grows.
Constant Summary collapse
- BINARY_FORMATS =
{ dimensions: "v5" }
Instance Method Summary collapse
-
#binfmt(key) ⇒ Object
:nodoc:.
Instance Method Details
#binfmt(key) ⇒ Object
:nodoc:
11 12 13 |
# File 'lib/spreadsheet/excel/internals/biff5.rb', line 11 def binfmt key # :nodoc: BINARY_FORMATS.fetch key do super end # standard:disable BlockSingleLineBraces end |