Class: SupBookRecord
- Inherits:
-
BiffRecord
- Object
- BiffRecord
- SupBookRecord
- Defined in:
- lib/surpass/biff_record.rb
Overview
This record mainly stores the URL of an external document and a list of sheet names inside this document. Furthermore it is used to store DDE and OLE object links, or to indicate an internal 3D reference or an add-in function. See 5.10.3 for details about external references in BIFF8.
Direct Known Subclasses
Constant Summary collapse
- RECORD_ID =
0x01AE
Constants inherited from BiffRecord
BiffRecord::BIFF_LIMIT, BiffRecord::CONTINUE_RECORD_ID
Instance Attribute Summary
Attributes inherited from BiffRecord
Method Summary
Methods inherited from BiffRecord
#initialize, #record_header, #to_biff
Constructor Details
This class inherits a constructor from BiffRecord