Class: SupBookRecord

Inherits:
BiffRecord show all
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

InternalReferenceSupBookRecord

Constant Summary collapse

RECORD_ID =
0x01AE

Constants inherited from BiffRecord

BiffRecord::BIFF_LIMIT, BiffRecord::CONTINUE_RECORD_ID

Instance Attribute Summary

Attributes inherited from BiffRecord

#record_data

Method Summary

Methods inherited from BiffRecord

#initialize, #record_header, #to_biff

Constructor Details

This class inherits a constructor from BiffRecord