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 |
|---|
stringThe original binary data to be written
stringA very convenient string of continue blocks_append(string $data)
| access | private |
|---|
stringbinary data to append
_storeBof(integer $type)
| access | private |
|---|
integerType of BIFF file to write: 0x0005 Workbook, 0x0010 Worksheet.
_storeEof()
| access | private |
|---|
getByteOrder() : int
intwriteData(string $data) : string
stringbinary data to write
stringwriteEof()
| 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