Class Spreadsheet::Excel::Workbook
In: lib/spreadsheet/excel/workbook.rb
lib/spreadsheet/excel.rb
Parent: Spreadsheet::Workbook

Excel-specific Workbook methods. These are mostly pertinent to the Excel reader. You should have no reason to use any of these.

Methods

Included Modules

Spreadsheet::Encodings Spreadsheet::Excel::Offset

Constants

BIFF_VERSIONS = { 0x000 => 2, 0x007 => 2, 0x200 => 2, 0x300 => 3, 0x400 => 4, 0x500 => 5, 0x600 => 8, }
VERSION_STRINGS = { 0x600 => 'Microsoft Excel 97/2000/XP', 0x500 => 'Microsoft Excel 95', }

Attributes

bof  [RW] 
date_base  [W] 
ole  [RW] 

Public Class methods

Public Instance methods

[Validate]