Class for writing Excel BIFF records.
From "MICROSOFT EXCEL BINARY FILE FORMAT" by Mark O'Brien (Microsoft Corporation):
BIFF (BInary File Format) is the file format in which Excel documents are saved on disk. A BIFF file is a complete description of an Excel document. BIFF files consist of sequences of variable-length records. There are many different types of BIFF records. For example, one record type describes a formula entered into a cell; one describes the size and location of a window into a document; another describes a picture format.
Located in /web/plugin/feature/sms_excel/lib/external/Spreadsheet/Excel/Writer/BIFFwriter.php (line 54)
PEAR | --Spreadsheet_Excel_Writer_BIFFwriter
Class | Description |
---|---|
![]() |
Class for generating Excel Spreadsheets |
![]() |
Class for generating Excel Spreadsheets |
The BIFF/Excel version (5).
The byte order of this architecture. 0 => little endian, 1 => big endian
The string containing the data of the BIFF stream
The size of the data in bytes. Should be the same as strlen($this->_data)
The maximun length for a BIFF record. See _addContinue()
The temporary dir for storing the OLE file
Constructor
Sets the temp dir used for storing the OLE file
Inherited From PEAR
PEAR::PEAR()
PEAR::delExpect()
PEAR::expectError()
PEAR::getStaticProperty()
PEAR::isError()
PEAR::loadExtension()
PEAR::popErrorHandling()
PEAR::popExpect()
PEAR::pushErrorHandling()
PEAR::raiseError()
PEAR::registerShutdownFunc()
PEAR::setErrorHandling()
PEAR::staticPopErrorHandling()
PEAR::staticPushErrorHandling()
PEAR::throwError()
PEAR::_PEAR()
Documentation generated on Wed, 09 Feb 2011 08:58:56 +0700 by phpDocumentor 1.4.2