PHPExcel_Writer_Excel5_BIFFwriter
category | PHPExcel |
---|---|
package | PHPExcel_Writer_Excel5 |
copyright | Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct()
_addContinue(string $data) : string
In Excel 5 the limit is 2084 bytes. In Excel 97 the limit is 8228 bytes. Records that are longer than these limits must be split up into CONTINUE blocks.
This function takes a long BIFF record and inserts CONTINUE records as necessary.
access | private |
---|
string
The original binary data to be written
string
A very convenient string of continue blocks_append(string $data)
access | private |
---|
string
binary data to append
_storeBof(integer $type)
access | private |
---|
integer
Type of BIFF file to write: 0x0005 Workbook, 0x0010 Worksheet.
_storeEof()
access | private |
---|
getByteOrder() : int
int
writeData(string $data) : string
string
binary data to write
string
writeEof()
access | private |
---|
$_data : string
$_datasize : integer
Should be the same as strlen($this->_data)
$_limit : integer
See _addContinue()
see | \_addContinue() |
---|
$_byte_order : integer
0 => little endian, 1 => big endian