Module: Spreadsheet::Excel::Internals::Biff8
- Included in:
- Writer::Worksheet
- Defined in:
- lib/spreadsheet/excel/internals/biff8.rb
Overview
Binary Formats and other configurations internal to Biff8. This Module is likely to be expanded as Support for older Versions of Excel grows and more Binary formats are moved here for disambiguation.
Constant Summary collapse
- BINARY_FORMATS =
{ bof: "v4V2", dimensions: "V2v2x2" }
Instance Method Summary collapse
-
#binfmt(key) ⇒ Object
:nodoc:.
Instance Method Details
#binfmt(key) ⇒ Object
:nodoc:
13 14 15 |
# File 'lib/spreadsheet/excel/internals/biff8.rb', line 13 def binfmt key # :nodoc: BINARY_FORMATS.fetch key do super end # standard:disable BlockSingleLineBraces end |